aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index c5d42a5..a3ec1ce 100644
--- a/config.mk
+++ b/config.mk
@@ -4,5 +4,5 @@ MANPREFIX = $(PREFIX)/share/man
PKGNAME = cg-tools
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D'PKGNAME="$(PKGNAME)"'
-CFLAGS = -std=c99 -Wall -Og -g
-LDFLAGS = -lcoopgamma -lm
+CFLAGS = -std=c99 -Wall -O2
+LDFLAGS = -lcoopgamma -lm -s