- changed sully to decrement from 5 included to 0

- changed sully makefile to adapt to different starting decrement number
This commit is contained in:
asus
2024-01-28 14:42:44 +01:00
parent 553e86f54a
commit bd9b9c1912
5 changed files with 52 additions and 35 deletions

View File

@@ -42,10 +42,12 @@ D_HEADERS = .
HEADERS =
# COMPILATION CONFIG :
CC = clang
CC = gcc
EXT = c
CFLAGS = -Wall -Wextra -Werror $(INCLUDES)
CFLAGS += -g3
CFLAGS += -fstack-usage
#CFLAGS += -fcallgraph-info
# AUTOMATICALLY CREATED :
D_OBJS = builds