aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-07 19:09:51 +0200
committerMattias Andrée <maandree@kth.se>2019-10-07 19:09:51 +0200
commit0a5ba369adc08a4ccafc10f3fc36bed95d7f3c58 (patch)
tree2355a9417d1a225bfcfdb0129d5eaba364ab0683 /config.mk
parentReorganise, change license, portable makefile, and reference radharc (diff)
downloadcg-tools-0a5ba369adc08a4ccafc10f3fc36bed95d7f3c58.tar.gz
cg-tools-0a5ba369adc08a4ccafc10f3fc36bed95d7f3c58.tar.bz2
cg-tools-0a5ba369adc08a4ccafc10f3fc36bed95d7f3c58.tar.xz
Change coding style and fix warnings
Signed-off-by: Mattias Andrée <maandree@kth.se>
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