Add checked build support to makefile

Former-commit-id: 7e27c371679d780137a5d39b03b9472651ddf686
This commit is contained in:
John Sully 2021-03-14 03:18:24 +00:00
parent abbf83e8be
commit 49cc53508d

View File

@ -55,7 +55,9 @@ ifneq ($(strip $(SANITIZE)),)
USEASM=false
endif
ifeq ($(CHECKED),true)
CXXFLAGS+= -DCHECKED_BUILD
endif
# Do we use our assembly spinlock? X64 only
ifeq ($(uname_S),Linux)