Changeset 106594 in vbox
- Timestamp:
- Oct 23, 2024 12:28:44 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r106512 r106594 224 224 TEMPLATE_VBoxWebR3Exe_EXTENDS = VBoxR3Exe 225 225 TEMPLATE_VBoxWebR3Exe_DEFS.win += WIN32_LEAN_AND_MEAN $(TEMPLATE_VBoxR3Exe_DEFS.win) # Makes the redefinition warnings go away. 226 TEMPLATE_VBoxWebR3Exe_CXXFLAGS = $(filter-out $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden), \ 226 ifn1of ($(KBUILD_TARGET), win) 227 TEMPLATE_VBoxWebR3Exe_CXXFLAGS = $(filter-out $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden), \ 227 228 $(TEMPLATE_VBoxR3Exe_CXXFLAGS)) 228 ifn1of ($(KBUILD_TARGET), win)229 229 TEMPLATE_VBoxWebR3Exe_CXXFLAGS += $(VBOX_GCC_Wno-misleading-indentation) 230 else if1of ($(KBUILD_TARGET_ARCH), arm64) # RTCsu blows up on arm64 with fatal error C1053: function too big (soapC-4.cpp). 231 TEMPLATE_VBoxWebR3Exe_PCHFLAGS.debug = $(filter-out -RTC%,$(TEMPLATE_VBoxR3Exe_PCHFLAGS.debug)) 232 TEMPLATE_VBoxWebR3Exe_CXXFLAGS.debug = $(filter-out -RTC%,$(TEMPLATE_VBoxR3Exe_CXXFLAGS.debug)) 230 233 endif 231 234 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140"
Note:
See TracChangeset
for help on using the changeset viewer.