diff options
author | Andrew Morrow <acm@mongodb.com> | 2018-10-23 13:31:29 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2018-10-23 13:32:44 -0400 |
commit | 42f0b7702c6c792afde739d6c5bbebec1ecbcc5d (patch) | |
tree | e6bd3ab5d34ca8bd860f91a5cc62cdfb8ed5277a /etc | |
parent | 3bc181998a73acd381b12d041cebfbfcac800442 (diff) | |
download | mongo-42f0b7702c6c792afde739d6c5bbebec1ecbcc5d.tar.gz |
SERVER-37691 Fix misapplication of -fapplication-extension
(cherry picked from commit a407d28612d8c6a32dbae983e13c5c5a4a2b339e)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 2a01b016657..7f00b6fe7c0 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -10604,8 +10604,8 @@ buildvariants: -DENABLE_SASL=OFF -DENABLE_ZLIB=OFF -DENABLE_SNAPPY=OFF - -DCMAKE_C_FLAGS="-fembed-bitcode -flto -fapplication-extension" - -DCMAKE_SHARED_LINKER_FLAGS="-fembed-bitcode -flto -fapplication-extension" + -DCMAKE_C_FLAGS="-fembed-bitcode -flto" + -DCMAKE_SHARED_LINKER_FLAGS="-fembed-bitcode -flto" disable_unit_tests: true dump_scons_config_on_failure: true tasks: @@ -10671,8 +10671,8 @@ buildvariants: -DENABLE_SASL=OFF -DENABLE_ZLIB=OFF -DENABLE_SNAPPY=OFF - -DCMAKE_C_FLAGS="-fembed-bitcode -flto" - -DCMAKE_SHARED_LINKER_FLAGS="-fembed-bitcode -flto" + -DCMAKE_C_FLAGS="-fembed-bitcode -flto -fapplication-extension" + -DCMAKE_SHARED_LINKER_FLAGS="-fembed-bitcode -flto -fapplication-extension" disable_unit_tests: true dump_scons_config_on_failure: true tasks: |