Skip to content

Commit dbf26ee

Browse files
committed
Turn off fast-math mode by default
Fixes Unvanquished/Unvanquished#2311.
1 parent 8fc5f97 commit dbf26ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/DaemonFlags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ endif()
170170

171171
# Compiler options
172172
option(USE_FLOAT_EXCEPTIONS "Use floating point exceptions with common.floatException.* cvars" OFF)
173-
option(USE_FAST_MATH "Use fast math" ON)
173+
option(USE_FAST_MATH "Use fast math" OFF)
174174

175175
if (USE_FLOAT_EXCEPTIONS)
176176
add_definitions(-DDAEMON_USE_FLOAT_EXCEPTIONS)

0 commit comments

Comments
 (0)