Changeset 75909 in vbox
- Timestamp:
- Dec 3, 2018 2:12:28 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/webservice/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/Makefile.kmk
r75908 r75909 222 222 vboxsoap_CXXFLAGS += -Wno-shadow -Wno-parentheses $(VBOX_GCC_Wno-literal-suffix) $(VBOX_GCC_Wno-stringop-overflow) $(VBOX_GCC_Wno-stringop-truncation) 223 223 ifn1of ($(KBUILD_TYPE), debug) # Save time+memory by using -O0 instead of -O2. 224 vboxsoap_CXXFLAGS += -O0 224 vboxsoap_CXXFLAGS += -O0 ## @todo this could be interesting for g++ (not clang++): -fcprop-registers 225 225 endif 226 226 endif
Note:
See TracChangeset
for help on using the changeset viewer.

