Add checked build support to makefile
Former-commit-id: 7e27c371679d780137a5d39b03b9472651ddf686
This commit is contained in:
parent
abbf83e8be
commit
49cc53508d
@ -55,7 +55,9 @@ ifneq ($(strip $(SANITIZE)),)
|
|||||||
USEASM=false
|
USEASM=false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CHECKED),true)
|
||||||
|
CXXFLAGS+= -DCHECKED_BUILD
|
||||||
|
endif
|
||||||
|
|
||||||
# Do we use our assembly spinlock? X64 only
|
# Do we use our assembly spinlock? X64 only
|
||||||
ifeq ($(uname_S),Linux)
|
ifeq ($(uname_S),Linux)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user