diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -1,4 +1,4 @@ -VERSION = 1.1 +VERSION = 1.2 PKG_CONFIG = pkg-config |