FIXME for reenabling -frounding-math for Windows

stl_dim
Marius Kintel 2011-10-16 18:55:35 +02:00
parent 7bdd95ab97
commit c9b95ff06b
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ cgal {
LIBS += $$CGAL_DIR/auxiliary/gmp/lib/libmpfr-4.lib -lCGAL-vc90-mt-s
} else {
LIBS += -lgmp -lmpfr -lCGAL
# FIXME: We should put this back for the Windows gcc-build
QMAKE_CXXFLAGS += -frounding-math # visual C++ doesn't have this
}