5 lines
308 B
Plaintext
Raw Permalink Normal View History

2026-01-21 18:59:54 +08:00
perf-y += Context.o
2026-01-29 22:25:33 +08:00
# -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