Skip to content

Commit

Permalink
Merge pull request #5887 from grom72/fstack-usage-enable
Browse files Browse the repository at this point in the history
Stack usage generation enabling.
  • Loading branch information
grom72 committed Oct 25, 2023
2 parents 0dec972 + ddb2081 commit b336e0e
Show file tree
Hide file tree
Showing 4 changed files with 6,205 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ DEFAULT_CFLAGS += -Wpointer-arith
DEFAULT_CFLAGS += -Wsign-conversion
DEFAULT_CFLAGS += -Wsign-compare
DEFAULT_CFLAGS += -Wunused-parameter
DEFAULT_CFLAGS += -fstack-usage

ifeq ($(WCONVERSION_AVAILABLE), y)
DEFAULT_CFLAGS += -Wconversion
Expand Down
Loading

0 comments on commit b336e0e

Please sign in to comment.