Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Now we can compile the setting with --optimize=3 again.
  • Loading branch information
jnthn committed Mar 1, 2012
1 parent f173558 commit 8af0430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile.in
Expand Up @@ -377,7 +377,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=0 --target=pir $(STAGESTATS) --output=$(SETTING_PIR) src/gen/CORE.setting
./$(PERL6_EXE) --setting=NULL --optimize=3 --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 8af0430

Please sign in to comment.