0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-11-11 02:59:41 -05:00
Files
profanity/configure-debug

5 lines
179 B
Plaintext
Raw Normal View History

2013-09-22 22:43:13 +01:00
#!/bin/sh
2016-07-14 00:00:46 +01:00
./configure PYTHON_VERSION=3 CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' --enable-python-plugins $@
2016-07-18 01:27:23 +01:00
#./configure CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' --enable-python-plugins $@