Disable FP contraction.
This commit is contained in:
parent
4e5ed0bbfb
commit
52a2836861
6 changed files with 34 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue