add .lldbinit improve debug comment in Makefile.local

This commit is contained in:
Landon Curt Noll
2023-08-31 00:05:49 -07:00
parent 4dbc4dfe9a
commit 969e72b5c6
2 changed files with 19 additions and 1 deletions

View File

@@ -98,7 +98,7 @@
#
# Uncomment these lines:
#
# DEBUG:= -O0 -g
# DEBUG:= -O0 -g3
# FSANITIZE:= -fsanitize=undefined -fsanitize=address -fsanitize=bool -fsanitize=bounds
# FSANITIZE+= -fsanitize=enum -fsanitize=vptr -fsanitize=integer-divide-by-zero
# FSANITIZE+= -fsanitize=float-divide-by-zero -fsanitize=float-cast-overflow