From c9b95ff06b8a435a0fb7bc44f569553f58db0835 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sun, 16 Oct 2011 18:55:35 +0200 Subject: FIXME for reenabling -frounding-math for Windows diff --git a/cgal.pri b/cgal.pri index 36afa48..05ec6f4 100644 --- a/cgal.pri +++ b/cgal.pri @@ -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 } -- cgit v0.10.1