File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -293,8 +293,8 @@ task:
293
293
TEST_ITERS : 16
294
294
- name : " UBSan, ASan, LSan"
295
295
env :
296
- CFLAGS : " -fsanitize=undefined,address"
297
- CFLAGS_FOR_BUILD : " -fsanitize=undefined,address"
296
+ CFLAGS : " -fsanitize=undefined,address -g "
297
+ CFLAGS_FOR_BUILD : " -fsanitize=undefined,address -g "
298
298
UBSAN_OPTIONS : " print_stacktrace=1:halt_on_error=1"
299
299
ASAN_OPTIONS : " strict_string_checks=1:detect_stack_use_after_return=1:detect_leaks=1"
300
300
LSAN_OPTIONS : " use_unaligned=1"
@@ -329,7 +329,7 @@ task:
329
329
# ./configure correctly errors out when given CC=g++.
330
330
# We hack around this by passing CC=g++ only to make.
331
331
CC : gcc
332
- MAKEFLAGS : -j2 CC=g++ CFLAGS=-fpermissive
332
+ MAKEFLAGS : -j2 CC=g++ CFLAGS=-fpermissive\ -g
333
333
WERROR_CFLAGS :
334
334
EXPERIMENTAL : yes
335
335
ECDH : yes
You can’t perform that action at this time.
0 commit comments