1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
profanity/configure-debug

5 lines
179 B
Plaintext
Raw Normal View History

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