VirtualBox

Changeset 92804 in vbox


Ignore:
Timestamp:
Dec 8, 2021 4:29:24 AM (3 years ago)
Author:
vboxsync
Message:

VirtualBox/Makefile.kmk: add -bigobj to UICommon_CXXFLAGS.win to help win64-dep after the -Gy & -Gw changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r92731 r92804  
    415415UICommon_CXXFLAGS.linux += -Wno-class-memaccess
    416416UICommon_CXXFLAGS.win += -wd4868 # prevents std::stable_sort from using functor/function comparator
     417UICommon_CXXFLAGS.win += -bigobj # COMWrappers.cpp fails with too many sections on win64-dep otherwise.
    417418
    418419## @todo we're using a number of deprecated APIs, please fix and remove these!
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