mirror of
git://erdgeist.org/opentracker
synced 2025-01-12 07:50:52 +00:00
fix: git version string is not yet available
This commit is contained in:
parent
6cdebf31ac
commit
e0cd3b1831
2
Makefile
2
Makefile
@ -52,7 +52,7 @@ FEATURES+=-DWANT_FULLSCRAPE
|
||||
OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage
|
||||
OPTS_production=-O3
|
||||
|
||||
CFLAGS+=-I$(LIBOWFAT_HEADERS) -DGIT_VERSION=$(GIT_VERSION) -Wall -pipe -pthread -Wextra #-ansi -pedantic
|
||||
CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -pthread -Wextra #-ansi -pedantic
|
||||
LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lz
|
||||
#LDFLAGS+=-lbsd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user