summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index c394b16..8fb4ee7 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# sfeed version
-VERSION = 0.9
+VERSION = 0.8
# customize below to fit your system
@@ -12,6 +12,7 @@ INCS =
LIBS = -lc
# debug
+#CFLAGS = -fstack-protector-all -O0 -g -ansi -Wall -Wextra -pedantic -DVERSION=\"${VERSION}\"
CFLAGS = -O0 -g -ansi -Wall -Wextra -pedantic -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}