Ignore:
Timestamp:
10/12/06 11:54:40 (18 years ago)
Author:
r2d
Message:
  • output is now exactly the same as 1.15w
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/mppenc.kdevelop

    r71 r72  
    1919    <general>
    2020      <activetarget>src/mppenc</activetarget>
    21       <useconfiguration>default</useconfiguration>
     21      <useconfiguration>debug</useconfiguration>
    2222    </general>
    2323    <run>
     
    3939        <cxxcompiler>kdevgppoptions</cxxcompiler>
    4040        <f77compiler>kdevg77options</f77compiler>
    41         <cflags>-O1 -fomit-frame-pointer -pipe -g0</cflags>
     41        <cflags>-O3 -fomit-frame-pointer -pipe -g0 -Wall</cflags>
    4242        <envvars/>
    43         <configargs/>
    44         <topsourcedir/>
     43        <configargs></configargs>
     44        <topsourcedir></topsourcedir>
    4545        <cppflags>-DMPP_ENCODER=1 -DTRUE=1 -DFALSE=0</cppflags>
    46         <ldflags/>
    47         <ccompilerbinary/>
    48         <cxxcompilerbinary/>
    49         <f77compilerbinary/>
    50         <cxxflags/>
    51         <f77flags/>
     46        <ldflags></ldflags>
     47        <ccompilerbinary></ccompilerbinary>
     48        <cxxcompilerbinary></cxxcompilerbinary>
     49        <f77compilerbinary></f77compilerbinary>
     50        <cxxflags></cxxflags>
     51        <f77flags></f77flags>
    5252      </optimized>
    5353      <debug>
     
    5959        <cflags>-O0 -Wall -g3</cflags>
    6060        <envvars/>
    61         <topsourcedir/>
    62         <cppflags>-DMPP_ENCODER=1 -DTRUE=1 -DFALSE=0</cppflags>
    63         <ldflags/>
    64         <ccompilerbinary/>
    65         <cxxcompilerbinary/>
    66         <f77compilerbinary/>
    67         <cxxflags/>
    68         <f77flags/>
     61        <topsourcedir></topsourcedir>
     62        <cppflags></cppflags>
     63        <ldflags></ldflags>
     64        <ccompilerbinary></ccompilerbinary>
     65        <cxxcompilerbinary></cxxcompilerbinary>
     66        <f77compilerbinary></f77compilerbinary>
     67        <cxxflags></cxxflags>
     68        <f77flags></f77flags>
    6969      </debug>
    7070    </configurations>
Note: See TracChangeset for help on using the changeset viewer.