summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAlexander Neben <alexander.neben@mongodb.com>2023-03-20 19:21:05 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-20 20:25:27 +0000
commit369f6e82b89ca0fd8238676bc1e9f39e9272c2fc (patch)
tree2c5368be3a902431bbcb76c0770dd8f75af57df4 /SConstruct
parent6d44ebfa212080084555f3dc93fabb031a7dc418 (diff)
downloadmongo-369f6e82b89ca0fd8238676bc1e9f39e9272c2fc.tar.gz
SERVER-72505 Removed extra aarch64 flag
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