added two options to asan_options

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-02-19 14:25:39 +00:00
parent 95a43f3f90
commit ae4ab7d462

View File

@@ -1,3 +1,5 @@
detect_container_overflow=0
detect_stack_use_after_return=0
halt_on_error=0
print_summary=true
use_sigaltstack=0