Blame


1 9590ecb0 2023-02-25 thomas AM_CFLAGS += \
2 9590ecb0 2023-02-25 thomas @AM_CFLAGS@ \
3 9590ecb0 2023-02-25 thomas -Wunused-variable \
4 9590ecb0 2023-02-25 thomas -Wwrite-strings
5 9590ecb0 2023-02-25 thomas # Ideally, we should be enabling further flags, but this requires upstream
6 9590ecb0 2023-02-25 thomas # changes. Leaving these here for now.
7 9590ecb0 2023-02-25 thomas #
8 9590ecb0 2023-02-25 thomas # -g -Wall -Wno-long-long -W -Wformat=2 -Wmissing-prototypes \
9 9590ecb0 2023-02-25 thomas # -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings \
10 9590ecb0 2023-02-25 thomas # -Wshadow -Wpointer-arith -Wno-sign-compare -Wundef \
11 9590ecb0 2023-02-25 thomas # -Wbad-function-cast -Winline -Wcast-align \
12 9590ecb0 2023-02-25 thomas # -Wdeclaration-after-statement -Wno-pointer-sign \
13 9590ecb0 2023-02-25 thomas # -Wno-attributes -Wno-unused-result
14 9590ecb0 2023-02-25 thomas
15 9590ecb0 2023-02-25 thomas AM_CPPFLAGS += \
16 9590ecb0 2023-02-25 thomas @AM_CPPFLAGS@ \
17 9590ecb0 2023-02-25 thomas -DGOT_VERSION=@VERSION@ \
18 9590ecb0 2023-02-25 thomas -DGOT_VERSION_NUMBER=@VERSION@ \
19 9590ecb0 2023-02-25 thomas -DGOT_LIBEXECDIR="$(libexecdir)" \
20 9590ecb0 2023-02-25 thomas -I$(top_srcdir)/template \
21 9590ecb0 2023-02-25 thomas -I.