Changeset 2953 for trunk/kBuild/tools/VCC100X86.kmk
- Timestamp:
- Sep 21, 2016, 8:54:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC100X86.kmk
r2951 r2953 102 102 # General Properties used by kBuild 103 103 TOOL_VCC100X86_COBJSUFF ?= .obj 104 TOOL_VCC100X86_CFLAGS ?= -TC -nologo 105 TOOL_VCC100X86_CFLAGS.debug ?= -Zi106 TOOL_VCC100X86_CFLAGS.dbgopt ?= -O2 -Zi104 TOOL_VCC100X86_CFLAGS ?= -TC -nologo -Zi 105 TOOL_VCC100X86_CFLAGS.debug ?= 106 TOOL_VCC100X86_CFLAGS.dbgopt ?= -O2 107 107 TOOL_VCC100X86_CFLAGS.release ?= -O2 108 108 TOOL_VCC100X86_CFLAGS.profile ?= -O2 … … 111 111 112 112 TOOL_VCC100X86_CXXOBJSUFF ?= .obj 113 TOOL_VCC100X86_CXXFLAGS ?= -TP -nologo 114 TOOL_VCC100X86_CXXFLAGS.debug ?= -Zi115 TOOL_VCC100X86_CXXFLAGS.dbgopt ?= -O2 -Zi113 TOOL_VCC100X86_CXXFLAGS ?= -TP -nologo -Zi 114 TOOL_VCC100X86_CXXFLAGS.debug ?= 115 TOOL_VCC100X86_CXXFLAGS.dbgopt ?= -O2 116 116 TOOL_VCC100X86_CXXFLAGS.release ?= -O2 117 117 TOOL_VCC100X86_CXXFLAGS.profile ?= -O2
Note:
See TracChangeset
for help on using the changeset viewer.