1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

Removed otr flag from configure-debug

This commit is contained in:
James Booth 2014-08-19 20:58:38 +01:00
parent 30574e5334
commit 78b870b5ec

View File

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