Skip to content

Commit 9996314

Browse files
committed
Remove the :stable-sc flag from src/vm/js/bin/nqp-js.nqp
1 parent a25a690 commit 9996314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/js/bin/nqp-js.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sub MAIN(*@ARGS) {
1616
@clo.push('beautify');
1717
@clo.push('nyi=s');
1818

19-
$nqpcomp-cc.command_line(@ARGS, :stable-sc(1),:module-path('gen/js/stage2'),
19+
$nqpcomp-cc.command_line(@ARGS,:module-path('gen/js/stage2'),
2020
:setting-path('gen/js/stage2'),
2121
:bootstrap(1),
2222
:custom-regex-lib('QRegex'),

0 commit comments

Comments
 (0)