mirror of
https://github.com/Savapitech/42sh.git
synced 2026-03-18 21:50:35 +01:00
Fix makefile with the good DEBUG macro
This commit is contained in:
2
Makefile
2
Makefile
@@ -36,7 +36,7 @@ CFLAGS += -Wwrite-strings -Werror=declaration-after-statement
|
||||
CFLAGS += -Werror=format-nonliteral -Werror=int-conversion -Werror=return-type
|
||||
CFLAGS += -Werror=vla-larger-than=0 -Wno-discarded-qualifiers
|
||||
|
||||
DEBUG_FLAGS := -DR_DEBUG_MODE -g3
|
||||
DEBUG_FLAGS := -D U_DEBUG_MODE -g3
|
||||
|
||||
LDFLAGS += -L .
|
||||
LDLIBS := -lu
|
||||
|
||||
Reference in New Issue
Block a user