summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index eac59d581..b4ca3a759 100644
--- a/auto/options
+++ b/auto/options
@@ -6,6 +6,7 @@ CPP=
OBJS=objs
DEBUG=NO
+CC_OPT=
CPU=NO
TEST_BUILD_DEVPOLL=NO
@@ -72,6 +73,7 @@ do
--with-cc=*) CC="$value" ;;
--with-cpp=*) CPP="$value" ;;
+ --with-cc-opt=*) CC_OPT="$value" ;;
--with-cpu-opt=*) CPU="$value" ;;
--with-debug) DEBUG=YES ;;