Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral committed Dec 18, 2022
1 parent 033d398 commit 497831b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
fi
# Build with sanitizers
CFLAGS="-fsanitize=address,undefined -g -fno-omit-frame-pointer"
CXXFLAGS="-fsanitize=address,undefined -g -fno-omit-frame-pointer"
LDFLAGS="-fsanitize=address,undefined"
#CFLAGS="-fsanitize=address,undefined -g -fno-omit-frame-pointer"
#CXXFLAGS="-fsanitize=address,undefined -g -fno-omit-frame-pointer"
#LDFLAGS="-fsanitize=address,undefined"
# TODO: Fail on UBSAN
# CFLAGS="-fno-sanitize-recover=all $CFLAGS"
Expand All @@ -97,8 +97,8 @@ jobs:
CXX="clang++-${{matrix.llvm}}"
# Use shared libasan otherwise LLVMsbt.so would be underlinked.
CFLAGS="-shared-libasan $CFLAGS"
CXXFLAGS="-shared-libasan $CXXFLAGS"
#CFLAGS="-shared-libasan $CFLAGS"
#CXXFLAGS="-shared-libasan $CXXFLAGS"
# Dynamic compiler-rt libraries are not in /usr/lib
tmp="$(clang-${{matrix.llvm}} -print-file-name=libclang_rt.asan-x86_64.so)"
Expand Down

0 comments on commit 497831b

Please sign in to comment.