about summary refs log tree commit diff stats
path: root/configure-debug
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-03-25 22:06:24 +0000
committerJames Booth <boothj5@gmail.com>2016-03-25 22:06:24 +0000
commita4e6d50a4016fa025f72bf42d3da2d4fe3f4b2dc (patch)
tree8d5853a48484c00069d01aef0c9b870b4e045cc9 /configure-debug
parent57ccfcee4d51913a752b85c10746c0e0818573d3 (diff)
downloadprofani-tty-a4e6d50a4016fa025f72bf42d3da2d4fe3f4b2dc.tar.gz
Added boolean settings for plugins
Diffstat (limited to 'configure-debug')
-rwxr-xr-xconfigure-debug2
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 $@