summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-15 15:20:34 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-15 15:20:34 +0200
commit6cdebf31ac048db389c8cb1ac40e8e77954490a2 (patch)
treef6e3381b12824b20e2d93f2fe62dfcde7d90572e /Makefile
parentf8637baaeb2ea560d8818397af40a22f223ba857 (diff)
Remove warning
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 803a2e0..443ecce 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) -Wall -pipe -pthread -Wextra -Wincompatible-pointer-types #-ansi -pedantic 55CFLAGS+=-I$(LIBOWFAT_HEADERS) -DGIT_VERSION=$(GIT_VERSION) -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