diff options
author | Andrew Morrow <acm@mongodb.com> | 2021-09-23 11:10:13 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-09-30 14:06:24 +0000 |
commit | 21327c2dee22aee10e7847059c43dbd7d1352654 (patch) | |
tree | 85a5db7a214dc663601996d5bcd7f8aa8596fec6 /etc | |
parent | 2eefd197e50c5d90b3ec0e0ad9ac15a8b14e3331 (diff) | |
download | mongo-21327c2dee22aee10e7847059c43dbd7d1352654.tar.gz |
SERVER-59233 Address stringop and array bounds warnings with GCC 11
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 36fdfba1382..8b4ed2b1d71 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -7952,7 +7952,7 @@ buildvariants: - ubuntu2104-small expansions: &enterprise-ubuntu2104-dynamic-gcc11-debug-experimental-expansions additional_package_targets: archive-mongocryptd archive-mongocryptd-debug archive-mh archive-mh-debug - compile_flags: --dbg=on --opt=on -j$(grep -c ^processor /proc/cpuinfo) --link-model=dynamic CC=/usr/bin/gcc-11 CXX=/usr/bin/g++-11 --disable-warnings-as-errors + compile_flags: --dbg=on --opt=on -j$(grep -c ^processor /proc/cpuinfo) --link-model=dynamic CC=/usr/bin/gcc-11 CXX=/usr/bin/g++-11 has_packages: false scons_cache_scope: shared scons_cache_mode: all |