Changeset 75908 in vbox
- Timestamp:
- Dec 3, 2018 1:37:21 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127112
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r75904 r75908 221 221 ifn1of ($(KBUILD_TARGET), win) 222 222 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 -O 1instead of -O2.224 vboxsoap_CXXFLAGS += -O 1223 ifn1of ($(KBUILD_TYPE), debug) # Save time+memory by using -O0 instead of -O2. 224 vboxsoap_CXXFLAGS += -O0 225 225 endif 226 226 endif … … 348 348 vboxwebsrv_CXXFLAGS += -Wno-shadow $(VBOX_GCC_Wno-literal-suffix) 349 349 ifn1of ($(KBUILD_TYPE), debug) # Save time+memory by using -O1 instead of -O2. 350 vboxwebsrv_CXXFLAGS += -O 1350 vboxwebsrv_CXXFLAGS += -O0 351 351 endif 352 352 endif
Note:
See TracChangeset
for help on using the changeset viewer.