summaryrefslogtreecommitdiff
path: root/etc/evergreen.yml
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2021-09-28 13:14:24 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-30 14:06:24 +0000
commit5b74cda8ddbcf04ed957b198dc8a06776f1a278e (patch)
tree50e76f7688ff88c54509ca047290c757c599d6e2 /etc/evergreen.yml
parent21327c2dee22aee10e7847059c43dbd7d1352654 (diff)
downloadmongo-5b74cda8ddbcf04ed957b198dc8a06776f1a278e.tar.gz
SERVER-59234 Work around GCC 11 C++20 mode stringop-overread warning
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 8b4ed2b1d71..555a59a37c5 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -7981,7 +7981,7 @@ buildvariants:
display_name: "~ Shared Library Enterprise Ubuntu 21.04 GCC11 C++20 DEBUG"
expansions:
<<: *enterprise-ubuntu2104-dynamic-gcc11-debug-experimental-expansions
- 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 --cxx-std=20
+ 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 --cxx-std=20
- <<: *enterprise-ubuntu2104-dynamic-gcc11-debug-experimental-template
name: enterprise-ubuntu2104-dynamic-clang12-cxx20-debug-experimental