Disable FP contraction.
This commit is contained in:
@ -179,6 +179,8 @@ def configure(env: "SConsEnvironment"):
|
||||
env.Append(CCFLAGS=["-fsanitize-recover=memory"])
|
||||
env.Append(LINKFLAGS=["-fsanitize=memory"])
|
||||
|
||||
env.Append(CCFLAGS=["-ffp-contract=off"])
|
||||
|
||||
# LTO
|
||||
|
||||
if env["lto"] == "auto": # Full LTO for production.
|
||||
|
||||
Reference in New Issue
Block a user