← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/number_of_cpus_as_option into lp:widelands

 

Review: Approve

Does work on macOS. Just one nitpick -> see inline

Diff comments:

> === modified file 'compile.sh'
> --- compile.sh	2018-11-08 08:47:48 +0000
> +++ compile.sh	2018-11-08 10:20:49 +0000
> @@ -44,6 +44,10 @@
>      echo " "
>      echo "Compiler options:"
>      echo " "
> +    echo "-j <number> or --cores <number>"
> +    echo "                      Set the number of processor cores to use for"
> +    echo "                      compiling and linking."

Default: All cores -1 when not set.

> +    echo " "
>      echo "-r or --release       Create a release build. If this is not set,"
>      echo "                      a debug build will be created."
>      echo " "


-- 
https://code.launchpad.net/~widelands-dev/widelands/number_of_cpus_as_option/+merge/358492
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/number_of_cpus_as_option.


References