Merge branch 'next' of github.com:cryfs/cryfs into next
This commit is contained in:
commit
2b8e0571be
@ -351,9 +351,10 @@ jobs:
|
||||
CXX: clang++-5.0
|
||||
BUILD_TOOLSET: clang
|
||||
APT_COMPILER_PACKAGE: clang-5.0
|
||||
CXXFLAGS: "-O2 -fsanitize=address -fno-omit-frame-pointer -fsanitize-address-use-after-scope"
|
||||
CXXFLAGS: "-O2 -fsanitize=address -fno-omit-frame-pointer -fno-common -fsanitize-address-use-after-scope"
|
||||
BUILD_TYPE: "Debug"
|
||||
ASAN_OPTIONS: "check_initialization_order=1 detect_leaks=1 detect_stack_use_after_return=1"
|
||||
# Note: Leak detection is disabled because libfuse itself is leaky...
|
||||
ASAN_OPTIONS: "detect_leaks=0 check_initialization_order=1 detect_stack_use_after_return=1 detect_invalid_pointer_pairs=1 atexit=1"
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user