Changeset 106596 in vbox
- Timestamp:
- Oct 23, 2024 12:34:20 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r106594 r106596 226 226 ifn1of ($(KBUILD_TARGET), win) 227 227 TEMPLATE_VBoxWebR3Exe_CXXFLAGS = $(filter-out $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden), \ 228 $(TEMPLATE_VBoxR3Exe_CXXFLAGS))228 $(TEMPLATE_VBoxR3Exe_CXXFLAGS)) 229 229 TEMPLATE_VBoxWebR3Exe_CXXFLAGS += $(VBOX_GCC_Wno-misleading-indentation) 230 230 else 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.