diff options
author | James Booth <boothj5@gmail.com> | 2014-08-19 20:58:38 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-08-19 20:58:38 +0100 |
commit | 78b870b5eca06b0b24cb913552648362a64c4531 (patch) | |
tree | b2ba0683513641269ee6acd5b43b1e47a706fc51 /configure-debug | |
parent | 30574e5334bd92ec4af4d6cff1c7ed9cacc7dde4 (diff) | |
download | profani-tty-78b870b5eca06b0b24cb913552648362a64c4531.tar.gz |
Removed otr flag from configure-debug
Diffstat (limited 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 b2e19383..9819cfeb 100755 --- a/configure-debug +++ b/configure-debug @@ -1,3 +1,3 @@ #!/bin/sh -./configure --enable-otr CFLAGS='-g -O0' CXXFLAGS='-g -O0' +./configure CFLAGS='-g -O0' CXXFLAGS='-g -O0' |