diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-15 15:26:15 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-15 15:26:15 +0200 |
| commit | e0cd3b18313584eb717dfe99f65d3d90fe0885c9 (patch) | |
| tree | 4316944a8ba6fae5223bd366fdaf2758f1cf9daa /Makefile | |
| parent | 6cdebf31ac048db389c8cb1ac40e8e77954490a2 (diff) | |
fix: git version string is not yet available
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -52,7 +52,7 @@ FEATURES+=-DWANT_FULLSCRAPE | |||
| 52 | OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage | 52 | OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage |
| 53 | OPTS_production=-O3 | 53 | OPTS_production=-O3 |
| 54 | 54 | ||
| 55 | CFLAGS+=-I$(LIBOWFAT_HEADERS) -DGIT_VERSION=$(GIT_VERSION) -Wall -pipe -pthread -Wextra #-ansi -pedantic | 55 | CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -pthread -Wextra #-ansi -pedantic |
| 56 | LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lz | 56 | LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lz |
| 57 | #LDFLAGS+=-lbsd | 57 | #LDFLAGS+=-lbsd |
| 58 | 58 | ||
