summaryrefslogtreecommitdiff
path: root/.Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to '.Makefile.inc')
-rw-r--r--.Makefile.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/.Makefile.inc b/.Makefile.inc
index 54b50e0c7..ebaebad20 100644
--- a/.Makefile.inc
+++ b/.Makefile.inc
@@ -24,6 +24,19 @@ INSTMODE = 0700
MAKEARGS = 'PROGS=${PROGS}' 'FLAGS=${FLAGS}' 'CC=${CC}' 'LDLIBS=${LDLIBS}' 'MODULES=${MODULES}' 'MODPATH=${MODPATH}' 'LIBPATH=${LIBPATH}' 'STATICLIBS=${STATICLIBS}' 'INSTMODE=${INSTMODE}'
debug:
+ @echo ""
+ @echo "*************************************"
+ @echo "* BUILDING WITH DEBUG SYMBOLS *"
+ @echo "* *"
+ @echo "* Please be aware that this build *"
+ @echo "* will consume a very large amount *"
+ @echo "* of disk space (350mb+) and may *"
+ @echo "* run noticably slower. Only build *"
+ @echo "* InspIRCd with debug symbols if *"
+ @echo "* you are developing modules or are *"
+ @echo "* experiencing problems. *"
+ @echo "* *"
+ @echo "*************************************"
${MAKE} -C . 'FLAGS=${DEBUG}' all
all : @MAKEORDER@ finishmessage