diff options
author | James Booth <boothj5@gmail.com> | 2014-08-19 21:22:43 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-08-19 21:22:43 +0100 |
commit | 5b40696ea0a0ca7dfc1d8702745df17c9662a3e5 (patch) | |
tree | d3e767ed75ee31d5e3eab09f54506d643cebb494 /configure-debug | |
parent | 78b870b5eca06b0b24cb913552648362a64c4531 (diff) | |
download | profani-tty-5b40696ea0a0ca7dfc1d8702745df17c9662a3e5.tar.gz |
Handle chat states for users not in roster
issue #397
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..85bfd817 100755 --- a/configure-debug +++ b/configure-debug @@ -1,3 +1,3 @@ #!/bin/sh -./configure CFLAGS='-g -O0' CXXFLAGS='-g -O0' +./configure CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' |