Ignore:
Timestamp:
10/12/06 18:08:02 (18 years ago)
Author:
r2d
Message:
  • modified quantization to use standard functions
  • can now compile with -03
File:
1 edited

Legend:

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

    r72 r73  
    1919    <general>
    2020      <activetarget>src/mppenc</activetarget>
    21       <useconfiguration>debug</useconfiguration>
     21      <useconfiguration>optimized</useconfiguration>
    2222    </general>
    2323    <run>
     
    3939        <cxxcompiler>kdevgppoptions</cxxcompiler>
    4040        <f77compiler>kdevg77options</f77compiler>
    41         <cflags>-O3 -fomit-frame-pointer -pipe -g0 -Wall</cflags>
     41        <cflags>-O3 -fomit-frame-pointer -pipe -Wall -ffast-math</cflags>
    4242        <envvars/>
    4343        <configargs></configargs>
     
    5959        <cflags>-O0 -Wall -g3</cflags>
    6060        <envvars/>
    61         <topsourcedir></topsourcedir>
    62         <cppflags></cppflags>
    63         <ldflags></ldflags>
    64         <ccompilerbinary></ccompilerbinary>
    65         <cxxcompilerbinary></cxxcompilerbinary>
    66         <f77compilerbinary></f77compilerbinary>
    67         <cxxflags></cxxflags>
    68         <f77flags></f77flags>
     61        <topsourcedir/>
     62        <cppflags/>
     63        <ldflags/>
     64        <ccompilerbinary/>
     65        <cxxcompilerbinary/>
     66        <f77compilerbinary/>
     67        <cxxflags/>
     68        <f77flags/>
    6969      </debug>
    7070    </configurations>
Note: See TracChangeset for help on using the changeset viewer.