diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | config.mk | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ ISC License -© 2014, 2015, 2016, 2017, 2021 Mattias Andrée <maandree@kth.se> +© 2014, 2015, 2016, 2017, 2021 Mattias Andrée <m@maandree.se> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -1,6 +1,8 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man +CC = cc -std=c11 + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -CFLAGS = -std=c11 -O2 +CFLAGS = -O2 LDFLAGS = -s |