diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |