diff options
author | sin <sin@2f30.org> | 2014-10-15 09:51:31 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-15 09:51:31 +0100 |
commit | faf22258ea552b850d01df5561325714c2e7d36a (patch) | |
tree | 0f994d4ad8019f5dbd52f9453e5c0dfde15acbb4 /config.mk | |
parent | 11ddb1aacdf44d8517480a030db425181952b777 (diff) |
Build with -g so users can provide meaningful backtraces
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,5 +8,5 @@ MANPREFIX = $(PREFIX)/share/man CC = cc LD = $(CC) CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -I/usr/local/include -Wall -Wunused $(CPPFLAGS) -LDFLAGS = -L/usr/local/lib -ltoxcore -ltoxav -ltoxencryptsave +CFLAGS = -g -I/usr/local/include -Wall -Wunused $(CPPFLAGS) +LDFLAGS = -g -L/usr/local/lib -ltoxcore -ltoxav -ltoxencryptsave |