mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Improve the use of ubsan in SITL pipeline
Also some general minor sanitizer improvements.
This commit is contained in:
committed by
Daniel Agar
parent
9530b6c24d
commit
587c2e2477
@@ -193,6 +193,7 @@ pipeline {
|
||||
} //stages
|
||||
environment {
|
||||
ASAN_OPTIONS = 'detect_stack_use_after_return=1:check_initialization_order=1'
|
||||
UBSAN_OPTIONS = 'print_stacktrace=1'
|
||||
CCACHE_DIR = '/tmp/ccache'
|
||||
CI = true
|
||||
CTEST_OUTPUT_ON_FAILURE = 1
|
||||
|
||||
Reference in New Issue
Block a user