diff options
author | Araq <rumpf_a@web.de> | 2015-02-13 10:55:46 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-02-13 10:55:46 +0100 |
commit | 199707c189a169c4bf0b00f09775c9b7fa9343f3 (patch) | |
tree | 17c057471ce4f1105900ea7a4daf44f526cb4236 /config/nim.cfg | |
parent | e8acaa449bffef964fcbdbddd365cd6073e74501 (diff) | |
download | Nim-199707c189a169c4bf0b00f09775c9b7fa9343f3.tar.gz |
fixes #2103
Diffstat (limited to 'config/nim.cfg')
-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 |