Compile Nim outputs with one processor each

This commit is contained in:
Ehmry - 2019-03-14 15:18:53 +01:00
parent 0eb851d0a4
commit 5cd2d62aa9
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Drop the relase flag with the line "NIM_RELEASE_FLAG="
NIM_RELEASE_FLAG = -d:release
!nim_build = |> ^o Nimble %B^ nimble cpp $(NIM_RELEASE_FLAG) --os:genode -d:posix -o:%B %f |> %B ./<binaries>
!nim_build = |> ^o Nimble %B^ nimble cpp $(NIM_RELEASE_FLAG) --os:genode -d:posix --parallelBuild:1 -o:%B %f |> %B ./<binaries>
: foreach src/*.nim |> !nim_build |> {output}
: foreach {output} |> !strip_to_depot |> {binary}

@ -1 +1 @@
Subproject commit 943ac2d6d692e7d5ccf1e6ee57c3e811f157e810
Subproject commit 7a3f231d0b584e68d6db301566e669d0f94b0227