Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Stub in a --setting= command line argument.
  • Loading branch information
jnthn committed Feb 27, 2011
1 parent b62d7bc commit d36ca9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -351,7 +351,7 @@ $(NQP_EXE): $(NQP_PBC)
$(CORE_SETTING_NQP): $(CORE_SETTING_SOURCES)
$(PERL) build/gen_setting.pl $(CORE_SETTING_SOURCES) > $(CORE_SETTING_NQP)
$(CORE_SETTING_PIR): $(CORE_SETTING_NQP) $(NQP_PBC)
$(PARROT) $(NQP_PBC) --target=pir --output=$(CORE_SETTING_PIR) $(CORE_SETTING_NQP)
$(PARROT) $(NQP_PBC) --setting=NULL --target=pir --output=$(CORE_SETTING_PIR) $(CORE_SETTING_NQP)
$(CORE_SETTING_PBC): $(CORE_SETTING_PIR)
$(PARROT) -o $(CORE_SETTING_PBC) $(CORE_SETTING_PIR)

Expand Down
1 change: 1 addition & 0 deletions src/NQP/Compiler.pir
Expand Up @@ -38,6 +38,7 @@ NQP::Compiler - NQP compiler
nqpcomp.'parseactions'($P0)
$P0 = nqpcomp.'commandline_options'()
push $P0, 'parsetrace'
push $P0, 'setting=s'
.end

.sub 'main' :main
Expand Down

0 comments on commit d36ca9c

Please sign in to comment.