summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index bf834d98b45..92bce90c274 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5457,9 +5457,6 @@ def doConfigure(myenv):
myenv = conf.Finish()
- if env['TARGET_ARCH'] == "aarch64":
- myenv.AddToCCFLAGSIfSupported("-moutline-atomics")
-
conf = Configure(myenv)
usdt_enabled = get_option('enable-usdt-probes')
usdt_provider = None