summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-15 15:26:15 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-15 15:26:15 +0200
commite0cd3b18313584eb717dfe99f65d3d90fe0885c9 (patch)
tree4316944a8ba6fae5223bd366fdaf2758f1cf9daa
parent6cdebf31ac048db389c8cb1ac40e8e77954490a2 (diff)
fix: git version string is not yet available
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 443ecce..6f9a82b 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ FEATURES+=-DWANT_FULLSCRAPE
52OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage 52OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage
53OPTS_production=-O3 53OPTS_production=-O3
54 54
55CFLAGS+=-I$(LIBOWFAT_HEADERS) -DGIT_VERSION=$(GIT_VERSION) -Wall -pipe -pthread -Wextra #-ansi -pedantic 55CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -pthread -Wextra #-ansi -pedantic
56LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lz 56LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lz
57#LDFLAGS+=-lbsd 57#LDFLAGS+=-lbsd
58 58