IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34021


Ignore:
Timestamp:
Jun 16, 2012, 2:05:56 PM (14 years ago)
Author:
eugene
Message:

add options for no-as-needed and Wall, not Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/psconfig/psbuild

    r34003 r34021  
    272272    if ($optimize) { $psopts = "$psopts --enable-optimize"; }
    273273    if ($profile)  { $psopts = "$psopts --enable-profile --disable-shared --enable-static"; }
    274     if ($debug_build)  { $psopts = "$psopts --enable-debug_build"; }
     274    if ($debug_build)  { $psopts = "$psopts --enable-debug-build"; }
    275275    if ($no_as_needed)  { $psopts = "$psopts --enable-no-as-needed"; }
    276276    $psopts .= " --disable-version" if $offline;
Note: See TracChangeset for help on using the changeset viewer.