make package easily takes half an hour or more in the All build configuration. When looking into another packaging issue I noticed that each and every executable including cmdline apps are stuffed into fixup_bundle() calls. It seems like this is only meant to be called for main executables like MitkWorkbench or MitkCoreApp, though. I guess there are other functions available to put other executables into a bundle. This will potentially speed up our packaging tremendously!
Description
Description