aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index a3ec1ce..c5d42a5 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 -O2
-LDFLAGS = -lcoopgamma -lm -s
+CFLAGS = -std=c99 -Wall -Og -g
+LDFLAGS = -lcoopgamma -lm