summaryrefslogtreecommitdiff
path: root/py/py.mk
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-06-12 13:09:09 -0400
committerDan Halbert <halbert@halwitz.org>2019-06-12 13:09:09 -0400
commitba1b36a800393680c6681074c317532312930707 (patch)
treeb0f37bb5802ab9610e78feb58ea27c71e3175e02 /py/py.mk
parent1bb4fccc3b28edd1010013b3043e419ec2940f7f (diff)
Uncomment vm.c SUPEROPT (debugging typo); trim a few builds
Diffstat (limited to 'py/py.mk')
-rw-r--r--py/py.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/py.mk b/py/py.mk
index b4f1f00ef..17cb79264 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -357,7 +357,7 @@ ifndef SUPEROPT_VM
endif
ifeq ($(SUPEROPT_VM),1)
-#$(PY_BUILD)/vm.o: CFLAGS += $(CSUPEROPT)
+$(PY_BUILD)/vm.o: CFLAGS += $(CSUPEROPT)
endif
# Optimizing vm.o for modern deeply pipelined CPUs with branch predictors