aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-22 19:04:00 +0200
committerMattias Andrée <maandree@kth.se>2019-10-22 19:04:00 +0200
commitf91c26118232217533bfdb03c1f96489ff47153e (patch)
treea20cd87e3c1a550f1606cb2357ca895c04cfc0c0 /config.mk
parentChange license, change style, clean up, flat file hier, clean valgrind output in test (diff)
downloadlibcoopgamma-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.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index ca1ffbb..69a0595 100644
--- a/config.mk
+++ b/config.mk
@@ -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