Changeset 2953 in kBuild
- Timestamp:
- Sep 21, 2016 6:54:27 PM (8 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC100.kmk
r2951 r2953 109 109 110 110 TOOL_VCC100_COBJSUFF ?= .obj 111 TOOL_VCC100_CFLAGS ?= -TC -nologo 112 TOOL_VCC100_CFLAGS.debug ?= -Zi113 TOOL_VCC100_CFLAGS.dbgopt ?= -O2 -Zi111 TOOL_VCC100_CFLAGS ?= -TC -nologo -Zi 112 TOOL_VCC100_CFLAGS.debug ?= 113 TOOL_VCC100_CFLAGS.dbgopt ?= -O2 114 114 TOOL_VCC100_CFLAGS.release ?= -O2 115 115 TOOL_VCC100_CFLAGS.profile ?= -O2 … … 118 118 119 119 TOOL_VCC100_CXXOBJSUFF ?= .obj 120 TOOL_VCC100_CXXFLAGS ?= -TP -nologo 121 TOOL_VCC100_CXXFLAGS.debug ?= -Zi122 TOOL_VCC100_CXXFLAGS.dbgopt ?= -O2 -Zi120 TOOL_VCC100_CXXFLAGS ?= -TP -nologo -Zi 121 TOOL_VCC100_CXXFLAGS.debug ?= 122 TOOL_VCC100_CXXFLAGS.dbgopt ?= -O2 123 123 TOOL_VCC100_CXXFLAGS.release ?= -O2 124 124 TOOL_VCC100_CXXFLAGS.profile ?= -O2 -
trunk/kBuild/tools/VCC100AMD64.kmk
r2951 r2953 107 107 108 108 TOOL_VCC100AMD64_COBJSUFF ?= .obj 109 TOOL_VCC100AMD64_CFLAGS ?= -TC -nologo 110 TOOL_VCC100AMD64_CFLAGS.debug ?= -Zi111 TOOL_VCC100AMD64_CFLAGS.dbgopt ?= -O2 -Zi109 TOOL_VCC100AMD64_CFLAGS ?= -TC -nologo -Zi 110 TOOL_VCC100AMD64_CFLAGS.debug ?= 111 TOOL_VCC100AMD64_CFLAGS.dbgopt ?= -O2 112 112 TOOL_VCC100AMD64_CFLAGS.release ?= -O2 113 113 TOOL_VCC100AMD64_CFLAGS.profile ?= -O2 … … 116 116 117 117 TOOL_VCC100AMD64_CXXOBJSUFF ?= .obj 118 TOOL_VCC100AMD64_CXXFLAGS ?= -TP -nologo 119 TOOL_VCC100AMD64_CXXFLAGS.debug ?= -Zi120 TOOL_VCC100AMD64_CXXFLAGS.dbgopt ?= -O2 -Zi118 TOOL_VCC100AMD64_CXXFLAGS ?= -TP -nologo -Zi 119 TOOL_VCC100AMD64_CXXFLAGS.debug ?= 120 TOOL_VCC100AMD64_CXXFLAGS.dbgopt ?= -O2 121 121 TOOL_VCC100AMD64_CXXFLAGS.release ?= -O2 122 122 TOOL_VCC100AMD64_CXXFLAGS.profile ?= -O2 -
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.