This website requires JavaScript.
Explore
Help
Sign In
aniani
/
profanity
Watch
1
Star
0
Fork
0
You've already forked profanity
mirror of
https://github.com/profanity-im/profanity.git
synced
2024-10-27 20:30:13 -04:00
Code
38255e9be4
profanity
/
configure-debug
4 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added configure-debug script
2013-09-22 17:43:13 -04:00
#!/bin/sh
Don't ignore arguments passed to ./configure-debug
2015-06-22 08:36:46 -04:00
./configure CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' $@
Copy Permalink