mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
py/mkrules.mk: Add QSTR_GLOBAL_REQUIREMENTS variable for qstr auto-gen.
This commit is contained in:
4
py/py.mk
4
py/py.mk
@@ -13,8 +13,10 @@ ifneq ($(QSTR_AUTOGEN_DISABLE),1)
|
||||
QSTR_DEFS_COLLECTED = $(HEADER_BUILD)/qstrdefs.collected.h
|
||||
endif
|
||||
|
||||
# Any files listed by this variable will cause a full regeneration of qstrs
|
||||
# Any files listed by these variables will cause a full regeneration of qstrs
|
||||
# DEPENDENCIES: included in qstr processing; REQUIREMENTS: not included
|
||||
QSTR_GLOBAL_DEPENDENCIES += $(PY_SRC)/mpconfig.h mpconfigport.h
|
||||
QSTR_GLOBAL_REQUIREMENTS += $(HEADER_BUILD)/mpversion.h
|
||||
|
||||
# some code is performance bottleneck and compiled with other optimization options
|
||||
CSUPEROPT = -O3
|
||||
|
||||
Reference in New Issue
Block a user