VirtualBox

Changeset 42669 in vbox for trunk/src/VBox/VMM/Makefile.kmk


Ignore:
Timestamp:
Aug 7, 2012 11:42:25 PM (12 years ago)
Author:
vboxsync
Message:

Config.kmk,VMM/Makefile.kmk: Made dbgopt work on Windows and optimize IEMAll.cpp in debug build on windows as well. (Requires newer kBuild.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r42175 r42669  
    655655#
    656656if1of ($(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
    660661else
    661662 VMMAll/IEMAll.cpp_CXXFLAGS += -O2
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette