summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index 07263c9fe..17eb8369f 100644
--- a/auto/options
+++ b/auto/options
@@ -4,6 +4,7 @@ help=no
CC=gcc
OBJS=objs
+DEBUG=NO
CPU=NO
TEST_BUILD_DEVPOLL=NO
@@ -70,6 +71,7 @@ do
--with-cc=*) CC="$value" ;;
--with-cpu-opt=*) CPU="$value" ;;
+ --with-debug) DEBUG=YES ;;
--without-pcre) USE_PCRE=DISABLED ;;
--with-pcre=*) PCRE="$value" ;;