tRevert accidental modification to config.mk - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4292294e0cc7f68c5272faf4eeff190fd810987c
(DIR) parent 5329d7c4589774fd8f712f19d98a049053b67f55
(HTM) Author: sin <sin@2f30.org>
Date: Tue, 7 Oct 2014 01:49:26 +0100
Revert accidental modification to config.mk
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 = -g -I/usr/local/include -Wall -Wunused $(CPPFLAGS)
-LDFLAGS = -g -L/usr/local/lib -ltoxcore -ltoxav -ltoxencryptsave
+CFLAGS = -I/usr/local/include -Wall -Wunused $(CPPFLAGS)
+LDFLAGS = -L/usr/local/lib -ltoxcore -ltoxav -ltoxencryptsave