change compilation flags
This commit is contained in:
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ include config.mk
|
|||||||
|
|
||||||
# flags and incs
|
# flags and incs
|
||||||
PKGS = $(GITLIB)
|
PKGS = $(GITLIB)
|
||||||
CFLAGS = -DVERSION=\"$(VERSION)\" -Wall -O1 $(GIT) $(ERR)
|
CFLAGS = -DVERSION=\"$(VERSION)\" -Wall -pedantic -O3 $(GIT) $(ERR)
|
||||||
LIBS = `$(PKG_CONFIG) --libs --cflags $(PKGS)`
|
LIBS = `$(PKG_CONFIG) --libs --cflags $(PKGS)`
|
||||||
|
|
||||||
all: XD
|
all: XD
|
||||||
|
Reference in New Issue
Block a user