tweak slice names

This commit is contained in:
jacob 2024-03-08 22:43:44 -06:00
parent adce14bbf3
commit 6cdcb60784
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ if (RTC)
if (NOT CRTLIB)
message(FATAL_ERROR "CRTLIB (C runtime library) Must be enabled when compiling with RTC (runtime checks)")
endif()
# NOTE: Adress sanitizer is disable for now because for some reason it's hiding local variables in debug mode.
# NOTE: Adress sanitizer is disabled for now because for some reason it's screwing up viewing local variables while debugging.
# set(COMPILER_FLAGS "${COMPILER_FLAGS} -DRTC=1")
# set(COMPILER_FLAGS "${COMPILER_FLAGS} -fsanitize=undefined -fno-sanitize=alignment -DRTC=1")
set(COMPILER_FLAGS "${COMPILER_FLAGS} -fsanitize=undefined -fsanitize-trap=undefined -fno-sanitize=alignment -DRTC=1")

BIN
res/graphics/tim.ase (Stored with Git LFS)

Binary file not shown.