mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Revert e4c9822d78 "Enable processor-specific optimizations when available:"
This commit is contained in:
@@ -335,9 +335,7 @@ def config_env(toolchain, variant, env):
|
||||
if variant == 'release':
|
||||
env.Append(CCFLAGS=[
|
||||
'-O3',
|
||||
'-fno-strict-aliasing',
|
||||
'-march=native',
|
||||
'-mtune=native'
|
||||
'-fno-strict-aliasing'
|
||||
])
|
||||
|
||||
if toolchain != 'msvc':
|
||||
|
||||
Reference in New Issue
Block a user