diff --git a/src/Makefile b/src/Makefile index 3f2ad9dd6..d76255fd4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)