diff options
author | Mattias Andrée <maandree@kth.se> | 2020-08-29 05:14:34 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-08-29 05:14:34 +0200 |
commit | 46459503f0fe1253d651e0b379ff8a14a7095342 (patch) | |
tree | 89bf4e73a1a9680b4f31b6d248af51a5fdd6add6 | |
parent | Change license and style, reorganise file, make makefile portable, and fix bugs (diff) | |
download | coopgammad-1.3.1.tar.gz coopgammad-1.3.1.tar.bz2 coopgammad-1.3.1.tar.xz |
Update config for new glibc version1.3.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | config.mk | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |