Changeset 25948 in vbox
- Timestamp:
- Jan 21, 2010 8:22:32 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56792
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r25946 r25948 553 553 ## @} 554 554 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. 558 VBOX_DO_STRIP := $(if $(filter release profile,$(KBUILD_TYPE)),1,) 558 559 # Strip R0/GC modules (current requirement for our loader) 559 560 # TODO: This shouldn't be a requirement any longer. FIXME XXX
Note:
See TracChangeset
for help on using the changeset viewer.