Lines Matching refs:CompileOpts
419 my @CompileOpts;
488 push @CompileOpts,$Arg;
489 while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
493 push @CompileOpts,$Arg;
498 push @CompileOpts,$Arg;
525 push @CompileOpts,$Arg;
530 push @CompileOpts, $ARGV[$i];
553 push @CompileOpts,$Tmp;
577 if ($Arg =~ /^-O/) { push @CompileOpts,$Arg; }
582 push @CompileOpts,$Arg;
594 push @CompileOpts,$Tmp;
610 push @CompileOpts,$Arg;
618 push @CompileOpts, $Arg;
691 push @CmdArgs, @CompileOpts;