VirtualBox

Changeset 63936 in vbox for trunk/src/VBox/Main/webservice


Ignore:
Timestamp:
Sep 21, 2016 9:33:19 PM (8 years ago)
Author:
vboxsync
Message:

vboxsoap: Configured precompiling the soapH.h (server) header, reducing the build time from 27s to 9.4s, when enabled.

File:
1 edited

Legend:

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

    r63742 r63936  
    212212  LIBRARIES += vboxsoap
    213213  vboxsoap_TEMPLATE = VBOXWEBR3EXE
     214  if defined(VBOX_WITH_PRECOMPILED_HEADERS) && "$(KBUILD_TARGET)" == "win"
     215   vboxsoap_USES     = vccprecomp
     216   vboxsoap_PCH_HDR := $(VBOXWEB_SOAP_SERVER_H)
     217  endif
    214218  vboxsoap_CXXFLAGS += $(VBOX_C_CXX_FLAGS_NO_UNUSED_PARAMETERS)
    215219  vboxsoap_CXXFLAGS.win += -bigobj
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