diff options
author | James Booth <boothj5@gmail.com> | 2016-02-24 00:31:55 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-02-24 00:31:55 +0000 |
commit | 0fc0b3eeecccface462733f42b3acb636bcd3622 (patch) | |
tree | 111b3ce89ce9d0cd9a18eb023f8091ef1f00e990 /configure-plugins | |
parent | ac91e7ef8578fda44704d264f78bc5004c81d947 (diff) | |
download | profani-tty-0fc0b3eeecccface462733f42b3acb636bcd3622.tar.gz |
Added python plugins code
Diffstat (limited to 'configure-plugins')
-rwxr-xr-x | configure-plugins | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure-plugins b/configure-plugins new file mode 100755 index 00000000..af4db3d5 --- /dev/null +++ b/configure-plugins @@ -0,0 +1,4 @@ +#!/bin/sh + +./configure --enable-python-plugins --enable-c-plugins CFLAGS='-g -O0' CXXFLAGS='-g -O0' + |