mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 21:41:28 +01:00
d6de84de66
Currently only needed for boot floppy on some platforms. Disabled for now. Note we do not have a mean of knowing which file is a binary or not so we just try to strip, and silently continue when strip fails (like on the kernel settings file). Also note strip actually replaces the file, which means it looses both the resources and attributes, which shouldn't be a problem for the boot floppy drivers archive, but is not wanted for other images, so it's not usable elsewhere as such. Patch wanted.