diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-25 18:02:05 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-25 18:02:05 (GMT) |
commit | 9363b6f229a6dd1caddeeafdb908a56df019064f (patch) | |
tree | d6692d3af1aa5957afce2b3ba39a11603b2db274 | |
parent | 6ac44a45bbd80a9c134965ea1eae2bb88d4b9b12 (diff) |
Karl Ostmo et al:
Added -frounding-math for all platforms
git-svn-id: http://svn.clifford.at/openscad/trunk@185 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 5adfaff..b12b467 100644 --- a/openscad.pro +++ b/openscad.pro @@ -34,12 +34,12 @@ cgal { INCLUDEPATH += $(PWD)/../install/include /opt/local/include # The -L/usr/lib is to force the linker to use system libraries over MacPort libraries LIBS += -L/usr/lib -L$(PWD)/../install/lib -L/opt/local/lib /opt/local/lib/libgmp.a /opt/local/lib/libmpfr.a /opt/local/lib/libboost_thread-mt.a - QMAKE_CXXFLAGS += -frounding-math } else { LIBS += -lmpfr } win32:LIBS += -lboost_thread -lgmp + QMAKE_CXXFLAGS += -frounding-math } opencsg { |