1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 01:53:13 +02:00

Add the -devel switch to Config.

This makes the script use defaults that make development easier.
This commit is contained in:
Sadie Powell
2021-05-24 20:51:07 +01:00
parent 100b24074d
commit d2da73cf68
+3
View File
@@ -149,6 +149,9 @@ while [ $# -ge 1 ] ; do
echo "-nointro Skip intro (disclaimer, etc)"
echo "-quick Skip questions, go straight to cmake"
exit 0
elif [ $1 = "-devel" ] ; then
DEBUG="yes"
INSTDIR="$PWD/run"
elif [ $1 = "-nocache" ] ; then
IGNORE_CACHE="1"
elif [ $1 = "-nointro" ] ; then