diff options
author | Dmitry Podgorny <pasis.ua@gmail.com> | 2015-06-22 12:36:46 +0000 |
---|---|---|
committer | Dmitry Podgorny <pasis.ua@gmail.com> | 2015-06-22 12:36:46 +0000 |
commit | 6ba4456c0aa2a30072fd34c0ae54e32ed19042fb (patch) | |
tree | 70f6e38ca7e60758489af0daf8ef0e8d6a4828c5 | |
parent | 9b797f3cef7d4558620488e6920e9fea5bf92f9e (diff) | |
download | profani-tty-6ba4456c0aa2a30072fd34c0ae54e32ed19042fb.tar.gz |
Don't ignore arguments passed to ./configure-debug
-rwxr-xr-x | configure-debug | 2 |
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' $@ |