change compilation flags

This commit is contained in:
2024-12-19 12:04:33 -06:00
parent ec2591c926
commit d3f83e3af8
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