VirtualBox

Changeset 19062 in vbox


Ignore:
Timestamp:
Apr 21, 2009 11:14:03 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46191
Message:

Main/Makefile.kmk: Reformatted todo + some cleanup.

File:
1 edited

Legend:

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

    r19003 r19062  
    212212        $(if $(VBOX_WITH_DBUS),VBOX_WITH_DBUS,) \
    213213        $(if $(VBOX_USB_WITH_SYSFS),VBOX_USB_WITH_SYSFS,)
    214 
    215 VBoxSVC_CXXFLAGS = $(filter-out -Wno-unused,$(TEMPLATE_VBOXMAINEXE_CXXFLAGS))
    216 
    217 # XXX:
    218 # Disable optimizations on FreeBSD. We will get strange linker errors in release
    219 # builds otherwise.
    220 # @todo: Investigate
    221 VBoxSVC_CXXFLAGS.freebsd = -O0
    222 
    223214ifdef VBOX_WITH_USB
    224215 VBoxSVC_DEFS += \
     
    227218        $(if $(VBOX_WITH_NEW_USB_CODE_ON_DARWIN),VBOX_WITH_NEW_USB_CODE_ON_DARWIN,)
    228219endif
    229 
    230 
    231220VBoxSVC_DEFS.win += VBOX_COM_OUTOFPROC_MODULE
    232221VBoxSVC_DEFS.win.x86 += _WIN32_WINNT=0x0500
     
    238227 VBoxSVC_DEFS.solaris += VBOX_SOLARIS_NSL_RESOLVED
    239228endif
     229
     230VBoxSVC_CXXFLAGS = $(filter-out -Wno-unused,$(TEMPLATE_VBOXMAINEXE_CXXFLAGS))
     231## @todo We're disabling optimizations on FreeBSD to work around strange linker
     232#        errors in release builds. Figure out why and how to work around it in a
     233#        more optimal fashion.
     234VBoxSVC_CXXFLAGS.freebsd = -O0
    240235
    241236VBoxSVC_INCS = \
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