5 lines
308 B
Python
5 lines
308 B
Python
|
|
perf-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
|