diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-15 15:20:34 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-15 15:20:34 +0200 |
commit | 6cdebf31ac048db389c8cb1ac40e8e77954490a2 (patch) | |
tree | f6e3381b12824b20e2d93f2fe62dfcde7d90572e | |
parent | f8637baaeb2ea560d8818397af40a22f223ba857 (diff) |
Remove warning
-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) -Wall -pipe -pthread -Wextra -Wincompatible-pointer-types #-ansi -pedantic | 55 | CFLAGS+=-I$(LIBOWFAT_HEADERS) -DGIT_VERSION=$(GIT_VERSION) -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 | ||