mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Don't ignore arguments passed to ./configure-debug
This commit is contained in:
parent
9b797f3cef
commit
6ba4456c0a
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
./configure CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0'
|
||||
./configure CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' $@
|
||||
|
Loading…
Reference in New Issue
Block a user