Fix mistake when building with no runtime assert
This commit is contained in:
2
Makefile
2
Makefile
@@ -46,7 +46,7 @@ endif
|
|||||||
|
|
||||||
# Disable runtime asserts
|
# Disable runtime asserts
|
||||||
ifeq ($(RUNTIME_ASSERT), false)
|
ifeq ($(RUNTIME_ASSERT), false)
|
||||||
override BUILD_FLAGS += WAPP_NO_RUNTIME_ASSERT
|
override BUILD_FLAGS += -DWAPP_NO_RUNTIME_ASSERT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CC),gcc)
|
ifeq ($(CC),gcc)
|
||||||
|
|||||||
Reference in New Issue
Block a user