Ignore:
Timestamp:
Sep 21, 2016, 8:54:27 PM (9 years ago)
Author:
bird
Message:

VCC100*.kmk: Must always use -Zi for kObjDep to work.

File:
1 edited

Legend:

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

    r2951 r2953  
    102102# General Properties used by kBuild
    103103TOOL_VCC100X86_COBJSUFF         ?= .obj
    104 TOOL_VCC100X86_CFLAGS           ?= -TC -nologo
    105 TOOL_VCC100X86_CFLAGS.debug     ?= -Zi
    106 TOOL_VCC100X86_CFLAGS.dbgopt    ?= -O2 -Zi
     104TOOL_VCC100X86_CFLAGS           ?= -TC -nologo -Zi
     105TOOL_VCC100X86_CFLAGS.debug     ?=
     106TOOL_VCC100X86_CFLAGS.dbgopt    ?= -O2
    107107TOOL_VCC100X86_CFLAGS.release   ?= -O2
    108108TOOL_VCC100X86_CFLAGS.profile   ?= -O2
     
    111111
    112112TOOL_VCC100X86_CXXOBJSUFF       ?= .obj
    113 TOOL_VCC100X86_CXXFLAGS         ?= -TP -nologo
    114 TOOL_VCC100X86_CXXFLAGS.debug   ?= -Zi
    115 TOOL_VCC100X86_CXXFLAGS.dbgopt  ?= -O2 -Zi
     113TOOL_VCC100X86_CXXFLAGS         ?= -TP -nologo -Zi
     114TOOL_VCC100X86_CXXFLAGS.debug   ?=
     115TOOL_VCC100X86_CXXFLAGS.dbgopt  ?= -O2
    116116TOOL_VCC100X86_CXXFLAGS.release ?= -O2
    117117TOOL_VCC100X86_CXXFLAGS.profile ?= -O2
Note: See TracChangeset for help on using the changeset viewer.