diff options
author | sin <sin@2f30.org> | 2014-10-07 01:43:17 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-07 01:43:17 +0100 |
commit | fb584f7676a14bc3889f48bdc4b95af3e84f1f37 (patch) | |
tree | 989da508939f357194fb937e523477e614b1a9be /config.mk | |
parent | 16d1b940fa923ab2f20c7c813754d160685bcb78 (diff) |
Fix possible stack corruption when parsing friend IDs
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 |