diff options
author | James Booth <boothj5@gmail.com> | 2014-01-28 23:56:45 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-28 23:56:45 +0000 |
commit | 571665eeac0c357fb1b9482531dc62c10ccdb595 (patch) | |
tree | fb80aafaa790664764b2c2c01595427481fbc8c3 /configure-debug | |
parent | 96af960995a00b3c59cc9a4d82e8b1fff0c935fc (diff) | |
download | profani-tty-571665eeac0c357fb1b9482531dc62c10ccdb595.tar.gz |
Added message stanza error tests
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 9819cfeb..b2e19383 100755 --- a/configure-debug +++ b/configure-debug @@ -1,3 +1,3 @@ #!/bin/sh -./configure CFLAGS='-g -O0' CXXFLAGS='-g -O0' +./configure --enable-otr CFLAGS='-g -O0' CXXFLAGS='-g -O0' |