Skip to content

Commit f6af50a

Browse files
committed
Remove unnececary ASAN_OPTIONS
These are ON by default.
1 parent f272cd8 commit f6af50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_bootstrap_asan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ check_stage2_asan
2828

2929
# Stage 3 / AddressSanitizer
3030

31-
export ASAN_OPTIONS="check_initialization_order=true:detect_stack_use_after_return=1:detect_leaks=1"
31+
export ASAN_OPTIONS="check_initialization_order=true"
3232
build_stage3_asan
3333

3434
check_stage3_asan

0 commit comments

Comments
 (0)