Skip to content
Snippets Groups Projects
Commit c4ed4647 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Add ubsan options to linux wrapper

parent 0e68c448
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ fi
## For controlling various sanitizer options
#export ASAN_OPTIONS="halt_on_error=0 detect_leaks=1 symbolize=1"
#export UBSAN_OPTIONS="print_stacktrace=1 print_summary=1 halt_on_error=0"
## - Avoids an often-buggy X feature that doesn't really benefit us anyway.
# export SDL_VIDEO_X11_DGAMOUSE=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment