Reduce stack size of perf tool

This commit is contained in:
Lorenz Meier 2014-05-14 19:37:06 +02:00
parent 972cf54c96
commit 8962c27274
1 changed files with 2 additions and 0 deletions

View File

@ -39,3 +39,5 @@ MODULE_COMMAND = perf
SRCS = perf.c
MAXOPTIMIZATION = -Os
MODULE_STACKSIZE = 1800