Blame


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