From 441ffadb29d6ac6fae3652a91fa4a71d90a961da Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Thu, 7 May 2020 16:29:36 +0200 Subject: [PATCH] Revert "chore: speed up sanitized build a bit" This reverts commit d3115d8f587e05f48134985440ce0993b1e7a7a8. I didn't notice that we're not actually using a debug build for the sanitized build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee7ed2b2a2..cac988c07f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: # do one sanitized build of the stdlib build-stage2: true # turn off custom allocator to make LSAN do its magic - CMAKE_OPTIONS: -DLEAN_EXTRA_CXX_FLAGS="-fsanitize=address,undefined -O1" -DLEANC_EXTRA_FLAGS="-fsanitize=address,undefined -O1" -DSMALL_ALLOCATOR=OFF + CMAKE_OPTIONS: -DLEAN_EXTRA_CXX_FLAGS=-fsanitize=address,undefined -DLEANC_EXTRA_FLAGS=-fsanitize=address,undefined -DSMALL_ALLOCATOR=OFF - name: Linux LLVM=ON os: ubuntu-latest CMAKE_OPTIONS: -DLLVM=ON