Closed akien-mga closed 4 years ago
Builds are faster with 64 jobs instead of 1 :)
It's mostly relevant for 'make' but we also use the -j flag for 'configure' as it can also trigger a build for external dependencies (like llvm for upcoming iOS Mono builds).
--
The previous export make="make -j" trick was not functional.
export make="make -j"
Builds are faster with 64 jobs instead of 1 :)
It's mostly relevant for 'make' but we also use the -j flag for 'configure' as it can also trigger a build for external dependencies (like llvm for upcoming iOS Mono builds).
--
The previous
export make="make -j"
trick was not functional.