aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 1f61799..c2ee0de 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,9 @@
VERSION_MAJOR = 2
VERSION_MINOR = 0
-CFLAGS = -Wall -pedantic -std=c11 -g
+PREFIX = /usr/local
+MANPREFIX = $(PREFIX)/share/man
+
+CFLAGS = -std=c11 -Wall -pedantic -O2
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE
-LDFLAGS = -lm
+LDFLAGS = -lm -s