Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
makefile: Add -fstack-usage -Wstack-usage=20480
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeckmann committed Jan 13, 2021
1 parent 3e0a92c commit 804171b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ ifeq ($(DEBUG), 1)
CFLAGS += -g -gdwarf-2
endif

CFLAGS += -fstack-usage -Wstack-usage=20480

# Generate dependency information
CFLAGS += -MMD -MP -MF"$(@:%.o=%.d)"
Expand Down

0 comments on commit 804171b

Please sign in to comment.