diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-07 21:26:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-07 21:26:47 +0300 |
commit | df3ac31c7de4858c0575978e7a94595f21835463 (patch) | |
tree | be8ded143fc3f3f2a070b8d92eccad46494bc094 /tools/ci/jobs/gccsnapshot_sanitize_tests.sh | |
parent | f30d802453815e863fb591457257b28a7f87d170 (diff) | |
download | manaplus-df3ac31c7de4858c0575978e7a94595f21835463.tar.gz manaplus-df3ac31c7de4858c0575978e7a94595f21835463.tar.bz2 manaplus-df3ac31c7de4858c0575978e7a94595f21835463.tar.xz manaplus-df3ac31c7de4858c0575978e7a94595f21835463.zip |
Remove --pipe flag from gcc sanitize tests scripts.
This will allow use bit less memory for compilers.
Diffstat (limited to 'tools/ci/jobs/gccsnapshot_sanitize_tests.sh')
-rwxr-xr-x | tools/ci/jobs/gccsnapshot_sanitize_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/gccsnapshot_sanitize_tests.sh b/tools/ci/jobs/gccsnapshot_sanitize_tests.sh index d831291e9..b0ae5a9a4 100755 --- a/tools/ci/jobs/gccsnapshot_sanitize_tests.sh +++ b/tools/ci/jobs/gccsnapshot_sanitize_tests.sh @@ -19,7 +19,7 @@ export PATH=/usr/lib/gcc-snapshot/bin:$PATH source ./tools/ci/scripts/init.sh -export CXXFLAGS="$CXXFLAGS -pedantic -ggdb3 -O2 -pipe -Wstrict-aliasing=2 \ +export CXXFLAGS="$CXXFLAGS -pedantic -ggdb3 -O2 -Wstrict-aliasing=2 \ -fno-omit-frame-pointer \ -Wstrict-overflow=1 -Wformat=1 -D_FORTIFY_SOURCE=2 \ -fsanitize=address -fsanitize=undefined \ |