Author: Isomer / ZenShadow
[ircu2.10.12-pk.git] / ircd / Makefile.in
index 189cd0a8c2cce0620d962982ed2ad604d2d145b9..9944fc08b15c1f22c5f6262d7f70a87bac831356 100644 (file)
@@ -53,12 +53,16 @@ RPATH=
 CC=
 CFLAGS=
 CPPFLAGS=
+DEBUGFLAGS=
 LDFLAGS=
 IRCDLIBS=
 
 #### End of system configuration section. ####
 PURIFY =
 
+CFLAGS += $(DEBUGFLAGS)
+LDFLAGS += $(DEBUGFLAGS)
+
 SRC = \
        IPcheck.c \
        channel.c \