VirtualBox

Changeset 92315 in vbox for trunk/src


Ignore:
Timestamp:
Nov 10, 2021 12:56:53 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148165
Message:

VMM/Makefile.kmk: Enable good stacks in IEM for aeichner as well, bugref:9044

File:
1 edited

Legend:

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

    r92230 r92315  
    740740# Always optimize the interpreter.
    741741#
    742 if $(USERNAME) != "bird" || "$(KBUILD_TYPE)" == "release" #|| "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "win.amd64"
     742if ($(USERNAME) != "bird" && $(USERNAME) != "aeichner") || "$(KBUILD_TYPE)" == "release" #|| "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "win.amd64"
    743743 if1of ($(KBUILD_TARGET), win)
    744744# -noover is recognized despite the statement saying otherwise. It silences these warnings:
     
    752752VMMAll/IEMAll.cpp_CXXFLAGS += -fomit-frame-pointer # Omitting the frame pointer results in larger code, but it might be worth it. (esp addressing vs ebp?)
    753753 endif
    754 endif # bird wants good stacks
     754endif # bird wants good stacks (aeichner as well)
    755755
    756756
Note: See TracChangeset for help on using the changeset viewer.

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