We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af386c1 commit 73e74faCopy full SHA for 73e74fa
CMakeLists.txt
@@ -69,7 +69,7 @@ option(USE_EXTRA_OPTIMIZATION "Enable extra optimization" ON)
69
option(USE_LTO "Enable link-time optimization" OFF)
70
# Enabling fast math makes generated images less likely to be reproducible.
71
# See https://github.com/DaemonEngine/crunch/issues/29
72
-option(USE_FAST_MATH "Enable fast math (generated images are less likely to be reproducible)" ON)
+option(USE_FAST_MATH "Enable fast math (generated images are less likely to be reproducible)" OFF)
73
74
if (MSVC)
75
# Enable MSVC parallel compilation.
0 commit comments