From a7b480fd11fa22f2721910b03c8cf6c31459bd89 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Sat, 13 Dec 2025 23:26:32 +0000 Subject: [PATCH] Only use stackprotection when debugging --- test/stackoverflow/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/test/stackoverflow/Makefile b/test/stackoverflow/Makefile index 1c5e8ea..8c914ed 100644 --- a/test/stackoverflow/Makefile +++ b/test/stackoverflow/Makefile @@ -1,4 +1,3 @@ TOPDIR=../.. UVM32_MEMORY_SIZE=512 -CFLAGS=-DUVM32_STACK_PROTECTION include ${TOPDIR}/test/common/makefile.common