summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 470ee7e..0920710 100644
--- a/config.mk
+++ b/config.mk
@@ -8,6 +8,6 @@ MANPREFIX = $(PREFIX)/share/man
CC = cc
LD = $(CC)
CPPFLAGS = -DVERSION=\"${VERSION}\"
-CFLAGS = -I/usr/local/include -Wall -Wunused $(CPPFLAGS)
-LDFLAGS = -L/usr/local/lib
-LDLIBS = -ltoxcore -ltoxav -ltoxencryptsave -lsodium -lopus -lvpx -lm -lpthread
+CFLAGS = -I/usr/local/include -Wall -Wunused $(CPPFLAGS) -g
+LDFLAGS = -L/usr/local/lib64 -g
+LDLIBS = -ltoxcore -lsodium -lopus -lvpx -lm -lpthread