tBuild with -g so users can provide meaningful backtraces - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit faf22258ea552b850d01df5561325714c2e7d36a
(DIR) parent 11ddb1aacdf44d8517480a030db425181952b777
(HTM) Author: sin <sin@2f30.org>
Date: Wed, 15 Oct 2014 09:51:31 +0100
Build with -g so users can provide meaningful backtraces
Diffstat:
M config.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/config.mk b/config.mk
t@@ -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