File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ my @clo := $nqpcomp.commandline_options();
18
18
@ clo . push (' no-regex-lib' );
19
19
@ clo . push (' old-regex-lib' );
20
20
@ clo . push (' dynext=s' );
21
+ @ clo . push (' stable-sc' );
21
22
22
23
sub MAIN (@ ARGS ) {
23
24
# Enter the compiler.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ grammar NQP::Grammar is HLL::Grammar {
19
19
# with this compilation unit.
20
20
my $ file := pir::find_caller_lex__Ps(' $?FILES' );
21
21
my $ source_id := nqp ::sha1(self . target()) ~
22
- ' -' ~ ~ nqp ::time_n();
22
+ ( % * COMPILING < %?OPTIONS >< stable-sc > ?? ' ' !! ' -' ~ ~ nqp ::time_n() );
23
23
my $ * W := nqp ::isnull($ file ) ??
24
24
NQP::World. new (: handle($ source_id )) !!
25
25
NQP::World. new (: handle($ source_id ), : description($ file ));
You can’t perform that action at this time.
0 commit comments