]> git.ipfire.org Git - thirdparty/xz.git/commit
ci: default to -O2
authorSam James <sam@gentoo.org>
Wed, 10 Apr 2024 14:41:08 +0000 (15:41 +0100)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 10 Apr 2024 21:15:35 +0000 (00:15 +0300)
commit65bf7e0a1ca6386f17608e8afb84ac470c18d23f
treeca933204ecfc2a200ab9d8b0b04270169fe634b6
parentbc899f9e0700ad153bd65f4804c4de7515c8a847
ci: default to -O2

We need this for when we're passing sanitizer flags or -gdwarf-4 for Clang
with Valgrind. Just always start with -O2 if CFLAGS isn't set in the
environment and append what was passed on the command line.
build-aux/ci_build.sh