Only use stackprotection when debugging

This commit is contained in:
Toby Jaffey 2025-12-13 23:26:32 +00:00
parent 6429d2cdaf
commit a7b480fd11

View file

@ -1,4 +1,3 @@
TOPDIR=../..
UVM32_MEMORY_SIZE=512
CFLAGS=-DUVM32_STACK_PROTECTION
include ${TOPDIR}/test/common/makefile.common