1
0
Fork 0
android_kernel_rockchip_tart/tools/perf/scripts/python/Perf-Trace-Util/Build
2025-06-27 00:32:42 -05:00

4 lines
313 B
Text

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