Changeset 68874 in vbox
- Timestamp:
- Sep 26, 2017 12:38:32 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118130
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r68823 r68874 5255 5255 HC_ARCH_BITS=32 ARCH_BITS=32 5256 5256 5257 5258 5259 # 5260 # Same as VBoxR3DllNonPedantic, only it optimizes debug builds. 5261 # 5262 TEMPLATE_VBoxR3DllNonPedanticFast = VBox ring-3 Non-pedantic, with warnings, optimized debug. 5263 TEMPLATE_VBoxR3DllNonPedanticFast_EXTENDS = VBoxR3DllNonPedantic 5264 ifeq ($(KBUILD_TYPE),debug) 5265 ifeq ($(KBUILD_TARGET),win) 5266 TEMPLATE_VBoxR3DllNonPedanticFast_CXXFLAGS = $(filter-out -O0, $(TEMPLATE_VBoxR3DllNonPedantic_CXXFLAGS)) -O2 -Oy- 5267 TEMPLATE_VBoxR3DllNonPedanticFast_CXXFLAGS.debug = $(filter-out -RTC%, $(TEMPLATE_VBoxR3DllNonPedantic_CXXFLAGS.debug)) 5268 TEMPLATE_VBoxR3DllNonPedanticFast_CFLAGS = $(filter-out -O0, $(TEMPLATE_VBoxR3DllNonPedantic_CFLAGS)) -O2 -Oy- 5269 TEMPLATE_VBoxR3DllNonPedanticFast_CFLAGS.debug = $(filter-out -RTC%, $(TEMPLATE_VBoxR3DllNonPedantic_CFLAGS.debug)) 5270 else 5271 TEMPLATE_VBoxR3DllNonPedanticFast_CXXFLAGS = $(TEMPLATE_VBoxR3DllNonPedantic_CXXFLAGS) -O2 -fno-omit-frame-pointer 5272 TEMPLATE_VBoxR3DllNonPedanticFast_CFLAGS = $(TEMPLATE_VBoxR3DllNonPedantic_CXXFLAGS) -O2 -fno-omit-frame-pointer 5273 endif 5274 endif 5257 5275 5258 5276
Note:
See TracChangeset
for help on using the changeset viewer.