summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 4792a0b..d7a6d60 100644
--- a/config.mk
+++ b/config.mk
@@ -3,6 +3,8 @@ MANPREFIX = $(PREFIX)/share/man
VIDEO_GROUP = video
+CC = cc
+
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
-CFLAGS = -std=c99 -Wall -Wextra -O2 -g $(CPPFLAGS)
-LDFLAGS = -lsimple
+CFLAGS = -std=c99 -Wall -Wextra -Os
+LDFLAGS = -lsimple -s