diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-22 19:04:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-22 19:04:00 +0200 |
commit | f91c26118232217533bfdb03c1f96489ff47153e (patch) | |
tree | a20cd87e3c1a550f1606cb2357ca895c04cfc0c0 /config.mk | |
parent | Change license, change style, clean up, flat file hier, clean valgrind output in test (diff) | |
download | libcoopgamma-f91c26118232217533bfdb03c1f96489ff47153e.tar.gz libcoopgamma-f91c26118232217533bfdb03c1f96489ff47153e.tar.bz2 libcoopgamma-f91c26118232217533bfdb03c1f96489ff47153e.tar.xz |
Fix warnings in test and update config.mk1.2.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,5 +4,5 @@ MANPREFIX = $(PREFIX)/share/man CC = cc CPPFLAGS = -D_DEFAULT_SOURCE -D_GNU_SOURCE -CFLAGS = -std=c99 -Wall -Og -g -LDFLAGS = +CFLAGS = -std=c99 -Wall -O2 +LDFLAGS = -s |