VirtualBox

Changeset 75908 in vbox


Ignore:
Timestamp:
Dec 3, 2018 1:37:21 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127112
Message:

webservice/Makefile.kmk: Use -O0 as -O1 makes little (if any) difference from -O2 with clang.

File:
1 edited

Legend:

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

    r75904 r75908  
    221221  ifn1of ($(KBUILD_TARGET), win)
    222222   vboxsoap_CXXFLAGS += -Wno-shadow -Wno-parentheses $(VBOX_GCC_Wno-literal-suffix) $(VBOX_GCC_Wno-stringop-overflow) $(VBOX_GCC_Wno-stringop-truncation)
    223    ifn1of ($(KBUILD_TYPE), debug) # Save time+memory by using -O1 instead of -O2.
    224     vboxsoap_CXXFLAGS += -O1
     223   ifn1of ($(KBUILD_TYPE), debug) # Save time+memory by using -O0 instead of -O2.
     224    vboxsoap_CXXFLAGS += -O0
    225225   endif
    226226  endif
     
    348348  vboxwebsrv_CXXFLAGS += -Wno-shadow $(VBOX_GCC_Wno-literal-suffix)
    349349  ifn1of ($(KBUILD_TYPE), debug) # Save time+memory by using -O1 instead of -O2.
    350    vboxwebsrv_CXXFLAGS += -O1
     350   vboxwebsrv_CXXFLAGS += -O0
    351351  endif
    352352 endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette