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