8ac5e011d6
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
13 lines
601 B
Diff
13 lines
601 B
Diff
--- a/site_scons/mongo/generators.py
|
|
+++ b/site_scons/mongo/generators.py
|
|
@@ -18,10 +18,7 @@ def default_buildinfo_environment_data():
|
|
('distmod', '$MONGO_DISTMOD', True, True,),
|
|
('distarch', '$MONGO_DISTARCH', True, True,),
|
|
('cc', '$CC_VERSION', True, False,),
|
|
- ('ccflags', '$CCFLAGS', True, False,),
|
|
('cxx', '$CXX_VERSION', True, False,),
|
|
- ('cxxflags', '$CXXFLAGS', True, False,),
|
|
- ('linkflags', '$LINKFLAGS', True, False,),
|
|
('target_arch', '$TARGET_ARCH', True, True,),
|
|
('target_os', '$TARGET_OS', True, False,),
|
|
)
|