Skip to content

Commit b336e0e

Browse files
authored
Merge pull request #5887 from grom72/fstack-usage-enable
Stack usage generation enabling.
2 parents 0dec972 + ddb2081 commit b336e0e

File tree

4 files changed

+6205
-0
lines changed

4 files changed

+6205
-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)