From 8c0cb46576a96b43d2c039aff433a49e2f24f8fa Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Mon, 1 Feb 2016 08:24:44 +0800 Subject: [PATCH] Bump version to 0.1 --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index 3fdff03..88b1134 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # spt version -VERSION = 0.0 +VERSION = 0.1 # Customize below to fit your system @@ -15,7 +15,7 @@ LIBS = -L/usr/lib \ # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS += -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +CFLAGS += -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS += -g ${LIBS} # compiler and linker