We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0dddb6 commit 914648cCopy full SHA for 914648c
1 file changed
py/py.mk
@@ -282,6 +282,10 @@ $(HEADER_BUILD)/qstrdefs.generated.h: $(PY_QSTR_DEFS) $(QSTR_DEFS) $(QSTR_DEFS_C
282
$(Q)cat $(PY_QSTR_DEFS) $(QSTR_DEFS) $(QSTR_DEFS_COLLECTED) | $(SED) 's/^Q(.*)/"&"/' | $(CPP) $(CFLAGS) - | $(SED) 's/^"\(Q(.*)\)"/\1/' > $(HEADER_BUILD)/qstrdefs.preprocessed.h
283
$(Q)$(PYTHON) $(PY_SRC)/makeqstrdata.py $(HEADER_BUILD)/qstrdefs.preprocessed.h > $@
284
285
+# Force nlr code to always be compiled with space-saving optimisation so
286
+# that the function preludes are of a minimal and predictable form.
287
+$(PY_BUILD)/nlr%.o: CFLAGS += -Os
288
+
289
# emitters
290
291
$(PY_BUILD)/emitnx64.o: CFLAGS += -DN_X64
0 commit comments