We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dec972 commit 29de4aaCopy full SHA for 29de4aa
src/Makefile.inc
@@ -33,6 +33,7 @@ DEFAULT_CFLAGS += -Wpointer-arith
33
DEFAULT_CFLAGS += -Wsign-conversion
34
DEFAULT_CFLAGS += -Wsign-compare
35
DEFAULT_CFLAGS += -Wunused-parameter
36
+DEFAULT_CFLAGS += -fstack-usage
37
38
ifeq ($(WCONVERSION_AVAILABLE), y)
39
DEFAULT_CFLAGS += -Wconversion
0 commit comments