Skip to content

Commit 29de4aa

Browse files
committed
common: enable stack usage statistics properly
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
1 parent 0dec972 commit 29de4aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile.inc

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ DEFAULT_CFLAGS += -Wpointer-arith
3333
DEFAULT_CFLAGS += -Wsign-conversion
3434
DEFAULT_CFLAGS += -Wsign-compare
3535
DEFAULT_CFLAGS += -Wunused-parameter
36+
DEFAULT_CFLAGS += -fstack-usage
3637

3738
ifeq ($(WCONVERSION_AVAILABLE), y)
3839
DEFAULT_CFLAGS += -Wconversion

0 commit comments

Comments
 (0)