1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Added configure-debug script

This commit is contained in:
James Booth 2013-09-22 22:43:13 +01:00
parent ab5eadc559
commit 426b669c35

3
configure-debug Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
./configure CFLAGS='-g -O0' CXXFLAGS='-g -O0'