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