Page MenuHomePhabricator

`make package` takes forever (in particular on macOS)
Closed, DuplicatePublic

Description

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!

Event Timeline

kislinsk triaged this task as Normal priority.Jan 20 2020, 10:30 AM
kislinsk created this task.