- Timestamp:
- Nov 10, 2021 12:56:53 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148165
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r92230 r92315 740 740 # Always optimize the interpreter. 741 741 # 742 if $(USERNAME) != "bird"|| "$(KBUILD_TYPE)" == "release" #|| "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "win.amd64"742 if ($(USERNAME) != "bird" && $(USERNAME) != "aeichner") || "$(KBUILD_TYPE)" == "release" #|| "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "win.amd64" 743 743 if1of ($(KBUILD_TARGET), win) 744 744 # -noover is recognized despite the statement saying otherwise. It silences these warnings: … … 752 752 VMMAll/IEMAll.cpp_CXXFLAGS += -fomit-frame-pointer # Omitting the frame pointer results in larger code, but it might be worth it. (esp addressing vs ebp?) 753 753 endif 754 endif # bird wants good stacks 754 endif # bird wants good stacks (aeichner as well) 755 755 756 756
Note:
See TracChangeset
for help on using the changeset viewer.