Ignore:
Timestamp:
Aug 7, 2012, 10:26:48 PM (13 years ago)
Author:
bird
Message:

VCC100*: Dropped the explicit setting of -Od in debug C and CXX flags as the compiler makes a lot of noise if some optimziation is enabled later on the command line. Also sketeched a little on a dbgopt build type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC100X86.kmk

    r2622 r2625  
    9797TOOL_VCC100X86_CFLAGS           ?= -TC -nologo
    9898TOOL_VCC100X86_CFLAGS.debug     ?= -Zi
     99TOOL_VCC100X86_CFLAGS.dbgopt    ?= -O2 -Zi
    99100TOOL_VCC100X86_CFLAGS.release   ?= -O2
    100101TOOL_VCC100X86_CFLAGS.profile   ?= -O2
     
    105106TOOL_VCC100X86_CXXFLAGS         ?= -TP -nologo
    106107TOOL_VCC100X86_CXXFLAGS.debug   ?= -Zi
     108TOOL_VCC100X86_CXXFLAGS.dbgopt  ?= -O2 -Zi
    107109TOOL_VCC100X86_CXXFLAGS.release ?= -O2
    108110TOOL_VCC100X86_CXXFLAGS.profile ?= -O2
     
    120122TOOL_VCC100X86_LDFLAGS          ?= -nologo -machine:x86
    121123TOOL_VCC100X86_LDFLAGS.debug    ?= -debug
     124TOOL_VCC100X86_LDFLAGS.dbgopt   ?= -debug
     125TOOL_VCC100X86_LDFLAGS.profile  ?= -debug
    122126TOOL_VCC100X86_LDFLAGS.release  ?=
    123127
Note: See TracChangeset for help on using the changeset viewer.