diff options
author | don <don@lyubov.(none)> | 2011-12-26 18:55:25 (GMT) |
---|---|---|
committer | don <don@lyubov.(none)> | 2011-12-26 18:55:25 (GMT) |
commit | 36056e27f34a6049c18e49d5f24bfbd7cc6eabf4 (patch) | |
tree | 4763f1338dc8331d978066b94ad5477daf0b284c | |
parent | 058299923379fa72145daf754342801f3a192903 (diff) |
remove some flags used during debugging
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 53f8a36..50a419d 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 *= -fstrict-aliasing -Wstrict-aliasing + QMAKE_CXXFLAGS *= -fno-strict-aliasing } CONFIG(mingw-cross-env) { |