Changeset 2625 for trunk/kBuild/tools/VCC100X86.kmk
- Timestamp:
- Aug 7, 2012, 10:26:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC100X86.kmk
r2622 r2625 97 97 TOOL_VCC100X86_CFLAGS ?= -TC -nologo 98 98 TOOL_VCC100X86_CFLAGS.debug ?= -Zi 99 TOOL_VCC100X86_CFLAGS.dbgopt ?= -O2 -Zi 99 100 TOOL_VCC100X86_CFLAGS.release ?= -O2 100 101 TOOL_VCC100X86_CFLAGS.profile ?= -O2 … … 105 106 TOOL_VCC100X86_CXXFLAGS ?= -TP -nologo 106 107 TOOL_VCC100X86_CXXFLAGS.debug ?= -Zi 108 TOOL_VCC100X86_CXXFLAGS.dbgopt ?= -O2 -Zi 107 109 TOOL_VCC100X86_CXXFLAGS.release ?= -O2 108 110 TOOL_VCC100X86_CXXFLAGS.profile ?= -O2 … … 120 122 TOOL_VCC100X86_LDFLAGS ?= -nologo -machine:x86 121 123 TOOL_VCC100X86_LDFLAGS.debug ?= -debug 124 TOOL_VCC100X86_LDFLAGS.dbgopt ?= -debug 125 TOOL_VCC100X86_LDFLAGS.profile ?= -debug 122 126 TOOL_VCC100X86_LDFLAGS.release ?= 123 127
Note:
See TracChangeset
for help on using the changeset viewer.