1 Commits
v1.1 ... v1.2

Author SHA1 Message Date
d3f83e3af8 change compilation flags 2024-12-19 12:05:05 -06:00
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
VERSION = 1.1
VERSION = 1.2
PKG_CONFIG = pkg-config