Skip to content

Commit

Permalink
common: stack usage statistics
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Oct 9, 2023
1 parent 28ef7fa commit e62f0f8
Show file tree
Hide file tree
Showing 3 changed files with 65,351 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 e62f0f8

Please sign in to comment.