Skip to content

Commit

Permalink
[configure] Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nwellnhof committed Dec 6, 2010
1 parent 6f4e99e commit b15d1f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/init/optimize.pm
Expand Up @@ -33,7 +33,7 @@ sub runstep {

$conf->debug("(optimization options: init::optimize)\n");

# A plain --optimize means use perl5's $Config{optimize}. If an argument
# A plain --optimize means use -O2. If an argument
# is given, however, use that instead.
my $optimize = $conf->options->get('optimize');

Expand All @@ -48,7 +48,6 @@ sub runstep {

my $options;
if ( $optimize eq "1" ) {
# start with perl5's flags ...
$options = '-O2';
}
else {
Expand Down

0 comments on commit b15d1f4

Please sign in to comment.