diff options
author | don <don@lyubov.(none)> | 2011-12-26 18:51:30 (GMT) |
---|---|---|
committer | don <don@lyubov.(none)> | 2011-12-26 18:51:30 (GMT) |
commit | 058299923379fa72145daf754342801f3a192903 (patch) | |
tree | c4227f014bdf79c47700579d92fc0e1af0a154c1 /openscad.pro | |
parent | 4a16db46574e3774df5f34d9a282d21fc291b243 (diff) |
print boost_root when it's under OPENSCAD_LIBRARIES, otherwise skip print
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 50a419d..53f8a36 100644 --- a/openscad.pro +++ b/openscad.pro @@ -88,7 +88,7 @@ linux*:exists(/usr/lib64/libGLU*)|linux*:exists(/usr/lib/libGLU*) { # See Dec 2011 OpenSCAD mailing list, re: CGAL/GCC bugs. *g++* { - QMAKE_CXXFLAGS *= -fno-strict-aliasing + QMAKE_CXXFLAGS *= -fstrict-aliasing -Wstrict-aliasing } CONFIG(mingw-cross-env) { |