aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-08-29 05:14:34 +0200
committerMattias Andrée <maandree@kth.se>2020-08-29 05:14:34 +0200
commit46459503f0fe1253d651e0b379ff8a14a7095342 (patch)
tree89bf4e73a1a9680b4f31b6d248af51a5fdd6add6
parentChange license and style, reorganise file, make makefile portable, and fix bugs (diff)
downloadcoopgammad-46459503f0fe1253d651e0b379ff8a14a7095342.tar.gz
coopgammad-46459503f0fe1253d651e0b379ff8a14a7095342.tar.bz2
coopgammad-46459503f0fe1253d651e0b379ff8a14a7095342.tar.xz
Update config for new glibc version1.3.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--config.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.mk b/config.mk
index 2208750..9e65d09 100644
--- a/config.mk
+++ b/config.mk
@@ -5,8 +5,8 @@ MANPREFIX = $(PREFIX)/share/man
PKGNAME = coopgammad
COMMAND = coopgammad
-CPPFLAGS = -D_XOPEN_SOURCE=700 -DUSE_VALGRIND
-#CFLAGS = -std=c99 -Wall -O2
-#LDFLAGS = -lgamma -s
-CFLAGS = -std=c99 -Wall -Og -g
-LDFLAGS = -lgamma
+CC=cc
+
+CPPFLAGS = -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -DUSE_VALGRIND
+CFLAGS = -std=c11 -Wall -Og
+LDFLAGS = -lgamma -s