VirtualBox

Changeset 36824 in vbox


Ignore:
Timestamp:
Apr 23, 2011 10:39:21 PM (14 years ago)
Author:
vboxsync
Message:

Always optimize IEMAll.cpp.

File:
1 edited

Legend:

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

    r36768 r36824  
    561561VMMAll/PGMAllPool.cpp_CXXFLAGS = $(if-expr $(KBUILD_TARGET) == "win",,$(VBOX_GCC_Wno-array_bounds))
    562562
     563#
     564# Always optimize the interpreter.
     565#
     566if1of ($(KBUILD_TARGET), win)
     567#VMMAll/IEMAll.cpp_CXXFLAGS = TODO
     568else
     569VMMAll/IEMAll.cpp_CXXFLAGS = -O2 #-fomit-frame-pointer - latter causes trouble on mac.
     570endif
     571
     572
    563573include $(KBUILD_PATH)/subfooter.kmk
    564574
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