summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e09f983..ef081cf 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ include config.mk
# flags and incs
PKGS = $(GITLIB)
-CFLAGS = -DVERSION=\"$(VERSION)\" -Wall -O1 $(GIT) $(ERR)
+CFLAGS = -DVERSION=\"$(VERSION)\" -Wall -pedantic -O3 $(GIT) $(ERR)
LIBS = `$(PKG_CONFIG) --libs --cflags $(PKGS)`
all: XD
diff --git a/config.mk b/config.mk
index e2d946c..86174a5 100644
--- a/config.mk
+++ b/config.mk
@@ -1,4 +1,4 @@
-VERSION = 1.1
+VERSION = 1.2
PKG_CONFIG = pkg-config