Changeset 42669 in vbox for trunk/src/VBox/VMM/Makefile.kmk
- Timestamp:
- Aug 7, 2012 11:42:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r42175 r42669 655 655 # 656 656 if1of ($(KBUILD_TARGET), win) 657 #VMMAll/IEMAll.cpp_CXXFLAGS += TODO 658 #else if1of ($(KBUILD_TARGET_ARCH), amd64) 659 # VMMAll/IEMAll.cpp_CXXFLAGS += -O2 -fomit-frame-pointer 657 # -noover is recognized despite the statement saying otherwise. It silences these warnings: 658 # cl : Command line warning D9025 : overriding '/Od' with '/O2' 659 # cl : Command line warning D9025 : overriding '/Oy-' with '/Oy' 660 VMMAll/IEMAll.cpp_CXXFLAGS += -noover -O2xy 660 661 else 661 662 VMMAll/IEMAll.cpp_CXXFLAGS += -O2
Note:
See TracChangeset
for help on using the changeset viewer.