Hello Team Storm! Are there documented options to get Storm to compile as fast as possible? As far as I can see, the only option to get Storm to compile faster is disabling LTO - but e.g. disabling some compiler optimizations might also be very helpful during development. In addition, we've seen with Caesar that switching to a more modern linker such as ldd/mold can speed up the linking process by a lot.
This issue is not the same as #443, because I'm only focused on speeding up incremental builds during development, not the full builds with all optimizations enabled.
Hello Team Storm! Are there documented options to get Storm to compile as fast as possible? As far as I can see, the only option to get Storm to compile faster is disabling LTO - but e.g. disabling some compiler optimizations might also be very helpful during development. In addition, we've seen with Caesar that switching to a more modern linker such as ldd/mold can speed up the linking process by a lot.
This issue is not the same as #443, because I'm only focused on speeding up incremental builds during development, not the full builds with all optimizations enabled.