We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b430f commit dce7591Copy full SHA for dce7591
product-mini/platforms/nuttx/wamr.mk
@@ -187,9 +187,7 @@ CSRCS += utils.c
187
VPATH += $(IWASM_ROOT)/libraries/debug-engine
188
endif
189
190
-ifeq ($(CONFIG_INTERPRETERS_WAMR_STACK_GUARD_SIZE),)
191
-CFLAGS += -DWASM_STACK_GUARD_SIZE=0
192
-else
+ifneq ($(CONFIG_INTERPRETERS_WAMR_STACK_GUARD_SIZE),)
193
CFLAGS += -DWASM_STACK_GUARD_SIZE=CONFIG_INTERPRETERS_WAMR_STACK_GUARD_SIZE
194
195
0 commit comments