We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc5f97 commit dbf26eeCopy full SHA for dbf26ee
cmake/DaemonFlags.cmake
@@ -170,7 +170,7 @@ endif()
170
171
# Compiler options
172
option(USE_FLOAT_EXCEPTIONS "Use floating point exceptions with common.floatException.* cvars" OFF)
173
-option(USE_FAST_MATH "Use fast math" ON)
+option(USE_FAST_MATH "Use fast math" OFF)
174
175
if (USE_FLOAT_EXCEPTIONS)
176
add_definitions(-DDAEMON_USE_FLOAT_EXCEPTIONS)
0 commit comments