summaryrefslogtreecommitdiff
path: root/.Makefile.inc
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-28 18:27:22 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-28 18:27:22 +0000
commit74d098bfb128c68a61af427f70a45358944094c4 (patch)
treeee523230ffa0b3600bce023a30b628ace47ea836 /.Makefile.inc
parent5b657c3cf09db0f07626e6e86ab60aae55668f56 (diff)
Add message about how building with debug makes huuuuuuuuuuuuuuge slower executables :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6453 e03df62e-2008-0410-955e-edbf42e46eb7
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