Changeset 36824 in vbox
- Timestamp:
- Apr 23, 2011 10:39:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r36768 r36824 561 561 VMMAll/PGMAllPool.cpp_CXXFLAGS = $(if-expr $(KBUILD_TARGET) == "win",,$(VBOX_GCC_Wno-array_bounds)) 562 562 563 # 564 # Always optimize the interpreter. 565 # 566 if1of ($(KBUILD_TARGET), win) 567 #VMMAll/IEMAll.cpp_CXXFLAGS = TODO 568 else 569 VMMAll/IEMAll.cpp_CXXFLAGS = -O2 #-fomit-frame-pointer - latter causes trouble on mac. 570 endif 571 572 563 573 include $(KBUILD_PATH)/subfooter.kmk 564 574
Note:
See TracChangeset
for help on using the changeset viewer.