diff --git a/.github/workflows/build-unix.yml b/.github/workflows/build-unix.yml index f024c6bfe..c4e0c9144 100644 --- a/.github/workflows/build-unix.yml +++ b/.github/workflows/build-unix.yml @@ -37,7 +37,8 @@ jobs: linkage: "shared" compiler: "gcc" runner: "ubuntu-22.04" - configure_opts: "CFLAGS=-Werror CXXFLAGS=-Werror" + #configure_opts: "CFLAGS=-Werror CXXFLAGS=-Werror" + configure_opts: "CFLAGS=-Wall CXXFLAGS=-Wall" codecov: "no" prefix: address_sanitizer: "yes" @@ -49,7 +50,8 @@ jobs: linkage: "shared" compiler: "clang" runner: "ubuntu-22.04" - configure_opts: "CC=clang CXX=clang++ CFLAGS=-Werror CXXFLAGS=-Werror" + #configure_opts: "CC=clang CXX=clang++ CFLAGS=-Werror CXXFLAGS=-Werror" + configure_opts: "CC=clang CXX=clang++ CFLAGS=-Wall CXXFLAGS=-Wall" codecov: "no" prefix: "" address_sanitizer: "yes"