summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2022-03-03 19:07:56 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-03 19:35:38 +0000
commit31ab81e3b975433e36ea29e2071bd7d28392cda8 (patch)
treef1dee6cd7c6d4404e8dc7446d9a81263253955c2 /SConstruct
parent99f54b122372e49dcaea2249cac8edc1af768bcc (diff)
downloadmongo-31ab81e3b975433e36ea29e2071bd7d28392cda8.tar.gz
SERVER-63041 Add ASFLAGS on the command line for macos variables files to control.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 4 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 150ae43b4b5..edb2dceeaa1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -796,6 +796,10 @@ env_vars.Add('CCFLAGS',
help='Sets flags for the C and C++ compiler',
converter=variable_shlex_converter)
+env_vars.Add('ASFLAGS',
+ help='Sets assembler specific flags',
+ converter=variable_shlex_converter)
+
env_vars.Add('CFLAGS',
help='Sets flags for the C compiler',
converter=variable_shlex_converter)