godotengine / build-containers

Godot engine build containers
214 stars 67 forks source link

Use parallel make in godot-mono-builds scripts #46

Closed akien-mga closed 4 years ago

akien-mga commented 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.