VirtualBox

Changeset 25948 in vbox


Ignore:
Timestamp:
Jan 21, 2010 8:22:32 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56792
Message:

Config.kmk: @todo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r25946 r25948  
    553553## @}
    554554
    555 ## @todo why is this stuff up here? It doesn't have to be (=?), but if it should be here then use := assignment!
    556 # Strip binaries of release and profile builds
    557 VBOX_DO_STRIP = $(if $(filter release profile,$(KBUILD_TYPE)),1,)
     555# Strip binaries of release and profile builds before packing them into the installer
     556# archive. When building .deb/.rpms, don't strip the symbols as they are required for
     557# the debug packages containing symbols for gdb located in /usr/lib/debug.
     558VBOX_DO_STRIP := $(if $(filter release profile,$(KBUILD_TYPE)),1,)
    558559# Strip R0/GC modules (current requirement for our loader)
    559560# TODO: This shouldn't be a requirement any longer. FIXME XXX
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