diff options
| author | Damien George <damien.p.george@gmail.com> | 2019-09-11 15:47:52 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2019-09-12 18:16:16 +1000 |
| commit | 6e07fde895ba84281f2e3efd82145a4e1b8a4a1d (patch) | |
| tree | 81c3f0b0cd6ee9bc544a7f8b4471a3fd72d8bc0d /py/py.mk | |
| parent | f66616556db608d8ca89889340283c532d5c4da0 (diff) | |
py/mkrules.mk: Add QSTR_GLOBAL_REQUIREMENTS variable for qstr auto-gen.
Diffstat (limited to 'py/py.mk')
| -rw-r--r-- | py/py.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
