JustOS/linux-6.13/tools/perf/scripts/python/Perf-Trace-Util/Build

5 lines
313 B
Plaintext
Raw Normal View History

2025-01-24 14:00:19 +00:00
perf-util-y += Context.o
# -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls after asserts, for instance)
CFLAGS_Context.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-declaration-after-statement