diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/nim.cfg | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/nim.cfg b/config/nim.cfg index 8f5d7e8e7..ba0f4c581 100644 --- a/config/nim.cfg +++ b/config/nim.cfg @@ -10,6 +10,12 @@ cc = gcc +# additional options always passed to the compiler: +--parallel_build: "0" # 0 to auto-detect number of processors + +hint[LineTooLong]=off +#hint[XDeclaredButNotUsed]=off + # example of how to setup a cross-compiler: arm.linux.gcc.exe = "arm-linux-gcc" arm.linux.gcc.linkerexe = "arm-linux-gcc" @@ -66,12 +72,6 @@ path="$lib/pure/unidecode" opt:speed @end -# additional options always passed to the compiler: ---parallel_build: "0" # 0 to auto-detect number of processors - -hint[LineTooLong]=off -#hint[XDeclaredButNotUsed]=off - @if unix: @if not bsd: # -fopenmp |