about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2015-06-22 12:36:46 +0000
committerDmitry Podgorny <pasis.ua@gmail.com>2015-06-22 12:36:46 +0000
commit6ba4456c0aa2a30072fd34c0ae54e32ed19042fb (patch)
tree70f6e38ca7e60758489af0daf8ef0e8d6a4828c5
parent9b797f3cef7d4558620488e6920e9fea5bf92f9e (diff)
downloadprofani-tty-6ba4456c0aa2a30072fd34c0ae54e32ed19042fb.tar.gz
Don't ignore arguments passed to ./configure-debug
-rwxr-xr-xconfigure-debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure-debug b/configure-debug
index 85bfd817..c61a0f50 100755
--- a/configure-debug
+++ b/configure-debug
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-./configure CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0'
+./configure CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' $@