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

Merge remote-tracking branch 'pasis/configure-debug-args'

This commit is contained in:
James Booth 2015-06-22 16:01:12 +01:00
commit fdb50f77e7

View File

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