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