Ignore:
Timestamp:
03/12/07 22:36:56 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj

    r2237 r2239  
    264264                        ConfigurationType="4" 
    265265                        CharacterSet="2" 
    266                         WholeProgramOptimization="TRUE"> 
     266                        WholeProgramOptimization="FALSE"> 
    267267                        <Tool 
    268268                                Name="VCCLCompilerTool" 
     
    271271                                InlineFunctionExpansion="2" 
    272272                                EnableIntrinsicFunctions="TRUE" 
    273                                 ImproveFloatingPointConsistency="TRUE" 
     273                                ImproveFloatingPointConsistency="FALSE" 
    274274                                FavorSizeOrSpeed="1" 
    275275                                OmitFramePointers="TRUE" 
    276276                                EnableFiberSafeOptimizations="TRUE" 
    277                                 WholeProgramOptimization="TRUE" 
     277                                WholeProgramOptimization="FALSE" 
    278278                                OptimizeForProcessor="1" 
    279279                                OptimizeForWindowsApplication="TRUE" 
     
    281281                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL;NO_QT" 
    282282                                StringPooling="TRUE" 
     283                                MinimalRebuild="TRUE" 
    283284                                ExceptionHandling="TRUE" 
    284285                                RuntimeLibrary="2" 
    285                                 EnableEnhancedInstructionSet="2" 
     286                                EnableEnhancedInstructionSet="0" 
    286287                                DisableLanguageExtensions="FALSE" 
    287288                                ForceConformanceInForLoopScope="FALSE" 
Note: See TracChangeset for help on using the changeset viewer.