add performance logging
This commit is contained in:
parent
73c2acd37e
commit
1f96830f10
5 changed files with 71 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ include config.mk
|
|||
|
||||
# flags and incs
|
||||
PKGS = $(GITLIB)
|
||||
CFLAGS = -DVERSION=\"$(VERSION)\" -Wall -pedantic -O3 $(GIT) $(GITHASH) $(ERR) $(EXPLAIN)
|
||||
CFLAGS = -DVERSION=\"$(VERSION)\" -Wall -pedantic -O3 $(GIT) $(GITHASH) $(ERR) $(PERF) $(EXPLAIN)
|
||||
LIBS = `$(PKG_CONFIG) --libs --cflags $(PKGS)`
|
||||
|
||||
all: XD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue