these flags seem nice and stable, and fast - let's keep them

This commit is contained in:
DarthArgus
2016-12-16 21:28:31 +00:00
parent 7e2d3377ed
commit 3f33a847c8
+2 -2
View File
@@ -85,8 +85,8 @@ elseif(UNIX)
-fno-signed-zeros -freciprocal-math -ffp-contract=fast \
-fno-threadsafe-statics -fslp-vectorize-aggressive -fslp-vectorize \
-fno-stack-protector -fstrict-enums -fstrict-vtable-pointers \
-fno-coverage-mapping -fno-spell-checking -fshort-enums \
-finline-hint-functions -fno-unroll-loops -fno-vectorize -fwhole-program-vtables")
-fno-coverage-mapping -fno-spell-checking -fshort-enums -finline-functions \
-finline-hint-functions -fno-unroll-loops -fwhole-program-vtables")
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -ggdb")