commented fstack-usage from makefile

This commit is contained in:
asus
2024-01-28 14:45:07 +01:00
parent bd9b9c1912
commit a954a40215

View File

@@ -46,7 +46,7 @@ CC = gcc
EXT = c
CFLAGS = -Wall -Wextra -Werror $(INCLUDES)
CFLAGS += -g3
CFLAGS += -fstack-usage
#CFLAGS += -fstack-usage
#CFLAGS += -fcallgraph-info
# AUTOMATICALLY CREATED :