disable fast-math as it makes isnan have undefined behavior
This commit is contained in:
parent
2d3fdc3cc1
commit
02677464b1
@ -13,7 +13,6 @@ add_compile_options(
|
||||
"-Wall"
|
||||
"-Wno-reorder"
|
||||
"-Wfatal-errors"
|
||||
"-ffast-math"
|
||||
"-ftree-vectorize"
|
||||
"-g"
|
||||
"-fno-strict-aliasing"
|
||||
|
Loading…
x
Reference in New Issue
Block a user