diff options
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile index 5e6c4bb..a2b7c0d 100644 --- a/projects/hsm/Makefile +++ b/projects/hsm/Makefile @@ -37,6 +37,7 @@ endif ifdef DO_TIMING CFLAGS += -DDO_TIMING CFLAGS += -I../cli-test +CFLAGS += -DCLI_STACK_SIZE=65536 OBJS += ../cli-test/mgmt-timing.o $(TOPLEVEL)/stm-dwt.o LDFLAGS += -lm endif |