IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2008, 5:26:21 PM (18 years ago)
Author:
eugene
Message:

adding options for profiler code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psbuild

    r18863 r18878  
    213213    $psopts = "";
    214214    if ($optimize) { $psopts = "$psopts --enable-optimize"; }
    215     if ($profile)  { $psopts = "$psopts --enable-profiler"; }
     215    if ($profile)  { $psopts = "$psopts --enable-profile"; }
    216216
    217217    $homedir = `pwd`; chomp $homedir;
Note: See TracChangeset for help on using the changeset viewer.