Here's the steps I intend to carry out: sb2 -m devel ./autogen sb2 -m devel make sb2 -eR make install (or sb2 -m install make install) The problem is the project I'm currently building takes some time to compile in -m devel mode and a rediculous amount longer in emulate mode. I can build it find in devel mode, but when I do the make install, it attempts to rebuild the entire project in emulate mode before installing it, which takes way too long, considering it's already built.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.