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