tweak slice names
This commit is contained in:
parent
adce14bbf3
commit
6cdcb60784
@ -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)
BIN
res/graphics/tim.ase
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user