diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-06-12 13:09:09 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-06-12 13:09:09 -0400 |
| commit | ba1b36a800393680c6681074c317532312930707 (patch) | |
| tree | b0f37bb5802ab9610e78feb58ea27c71e3175e02 /py | |
| parent | 1bb4fccc3b28edd1010013b3043e419ec2940f7f (diff) | |
Uncomment vm.c SUPEROPT (debugging typo); trim a few builds
Diffstat (limited to 'py')
| -rw-r--r-- | py/py.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
