VirtualBox

Changeset 106596 in vbox


Ignore:
Timestamp:
Oct 23, 2024 12:34:20 AM (5 weeks ago)
Author:
vboxsync
Message:

Main/webservice: Drop the -RTCsu option in debug builds on win.arm64 to prevent fatal compiler error compiling the 34750 line long function in soapC-4.cpp. [scm fix] jiraref:VBP-1171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/Makefile.kmk

    r106594 r106596  
    226226ifn1of ($(KBUILD_TARGET), win)
    227227 TEMPLATE_VBoxWebR3Exe_CXXFLAGS = $(filter-out $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden), \
    228                 $(TEMPLATE_VBoxR3Exe_CXXFLAGS))
     228                $(TEMPLATE_VBoxR3Exe_CXXFLAGS))
    229229 TEMPLATE_VBoxWebR3Exe_CXXFLAGS += $(VBOX_GCC_Wno-misleading-indentation)
    230230else if1of ($(KBUILD_TARGET_ARCH), arm64) # RTCsu blows up on arm64 with fatal error C1053: function too big (soapC-4.cpp).
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