IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19562


Ignore:
Timestamp:
Sep 15, 2008, 2:36:58 PM (18 years ago)
Author:
Paul Price
Message:

Profiling means we should link statically.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psbuild

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