diff options
author | James Booth <boothj5@gmail.com> | 2016-03-25 22:06:24 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-03-25 22:06:24 +0000 |
commit | a4e6d50a4016fa025f72bf42d3da2d4fe3f4b2dc (patch) | |
tree | 8d5853a48484c00069d01aef0c9b870b4e045cc9 /configure-debug | |
parent | 57ccfcee4d51913a752b85c10746c0e0818573d3 (diff) | |
download | profani-tty-a4e6d50a4016fa025f72bf42d3da2d4fe3f4b2dc.tar.gz |
Added boolean settings for plugins
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 c61a0f50..48b5fb5c 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' --enable-python-plugins $@ |