Fix mistake when building with no runtime assert

This commit is contained in:
2026-03-08 20:22:21 +00:00
parent eeed101228
commit ef5c9376a9

View File

@@ -46,7 +46,7 @@ endif
# Disable runtime asserts
ifeq ($(RUNTIME_ASSERT), false)
override BUILD_FLAGS += WAPP_NO_RUNTIME_ASSERT
override BUILD_FLAGS += -DWAPP_NO_RUNTIME_ASSERT
endif
ifeq ($(CC),gcc)