Changeset 41923 in vbox
- Timestamp:
- Jun 27, 2012 1:28:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r41881 r41923 4283 4283 -g $(VBOX_GCC_pipe) $(filter-out -Wno-unused,$(VBOX_GCC_WARN)) -frtti -fno-exceptions -Wno-non-virtual-dtor \ 4284 4284 -Wno-long-long -fshort-wchar -fno-strict-aliasing \ 4285 $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden) 4285 $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden) \ 4286 $(VBOX_GCC_Wno-delete-non-virtual-dtor) 4286 4287 TEMPLATE_VBOXQT4GUIEXE_CXXFLAGS.x86 = -m32 4287 4288 TEMPLATE_VBOXQT4GUIEXE_CXXFLAGS.amd64 = -m64
Note:
See TracChangeset
for help on using the changeset viewer.