Changeset 2625 for trunk/kBuild/tools/VCC100AMD64.kmk
- Timestamp:
- Aug 7, 2012, 10:26:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC100AMD64.kmk
r2622 r2625 95 95 TOOL_VCC100AMD64_COBJSUFF ?= .obj 96 96 TOOL_VCC100AMD64_CFLAGS ?= -TC -nologo 97 TOOL_VCC100AMD64_CFLAGS.debug ?= -Od -Zi 97 TOOL_VCC100AMD64_CFLAGS.debug ?= -Zi 98 TOOL_VCC100AMD64_CFLAGS.dbgopt ?= -O2 -Zi 98 99 TOOL_VCC100AMD64_CFLAGS.release ?= -O2 99 100 TOOL_VCC100AMD64_CFLAGS.profile ?= -O2 … … 103 104 TOOL_VCC100AMD64_CXXOBJSUFF ?= .obj 104 105 TOOL_VCC100AMD64_CXXFLAGS ?= -TP -nologo 105 TOOL_VCC100AMD64_CXXFLAGS.debug ?= -Od -Zi 106 TOOL_VCC100AMD64_CXXFLAGS.debug ?= -Zi 107 TOOL_VCC100AMD64_CXXFLAGS.dbgopt ?= -O2 -Zi 106 108 TOOL_VCC100AMD64_CXXFLAGS.release ?= -O2 107 109 TOOL_VCC100AMD64_CXXFLAGS.profile ?= -O2 … … 119 121 TOOL_VCC100AMD64_LDFLAGS ?= -nologo -machine:amd64 120 122 TOOL_VCC100AMD64_LDFLAGS.debug ?= -debug 123 TOOL_VCC100AMD64_LDFLAGS.dbgopt ?= -debug 124 TOOL_VCC100AMD64_LDFLAGS.profile ?= -debug 121 125 TOOL_VCC100AMD64_LDFLAGS.release ?= 122 126
Note:
See TracChangeset
for help on using the changeset viewer.