Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Turn the optimizer down to analysis only - some transform busts thing…
…s. Will figure out with one later.
  • Loading branch information
jnthn committed Feb 28, 2012
1 parent f5f15e5 commit 5ab8eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile.in
Expand Up @@ -378,7 +378,7 @@ $(PERL6_B_PBC): $(NQP_EXE) $(DYNEXT_DYNPMC) $(DYNEXT_DYNOPS) $(PERL6_M_PBC) $(BO
$(SETTING): $(PERL6_B_PBC) $(PERL6_EXE) $(CORE_SOURCES)
$(PERL) $(GEN_CAT) $(CORE_SOURCES) > src/gen/CORE.setting
@echo "The following step can take a long time, please be patient."
./$(PERL6_EXE) --setting=NULL --optimize=3 --target=pir $(STAGESTATS) --output=$(SETTING_PIR) src/gen/CORE.setting
./$(PERL6_EXE) --setting=NULL --optimize=0 --target=pir $(STAGESTATS) --output=$(SETTING_PIR) src/gen/CORE.setting
$(PARROT) $(PARROT_ARGS) -o $(SETTING) $(SETTING_PIR)

$(S_SETTING): $(PERL6_B_PBC) $(PERL6_EXE) $(SETTING) src/SAFE.setting
Expand Down

0 comments on commit 5ab8eea

Please sign in to comment.