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

Don't ignore arguments passed to ./configure-debug

This commit is contained in:
Dmitry Podgorny 2015-06-22 12:36:46 +00:00
parent 9b797f3cef
commit 6ba4456c0a

View File

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