diff options
Diffstat (limited to 'lang/nim/files/patch-config-nim.cfg')
-rw-r--r-- | lang/nim/files/patch-config-nim.cfg | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lang/nim/files/patch-config-nim.cfg b/lang/nim/files/patch-config-nim.cfg index 041aa490c3c7..2c2a4e7cbd5b 100644 --- a/lang/nim/files/patch-config-nim.cfg +++ b/lang/nim/files/patch-config-nim.cfg @@ -1,6 +1,15 @@ ---- config/nim.cfg.orig 2020-09-15 13:59:31 UTC +--- config/nim.cfg.orig 2020-10-25 07:25:40 UTC +++ config/nim.cfg -@@ -118,12 +119,6 @@ path="$lib/pure" +@@ -10,6 +10,8 @@ + + cc = clang + ++nimcache="%%NIMCACHE%%" ++ + # additional options always passed to the compiler: + --parallel_build: "0" # 0 to auto-detect number of processors + +@@ -118,12 +120,6 @@ path="$lib/pure" clang.options.linker = "-ldl" clang.cpp.options.linker = "-ldl" tcc.options.linker = "-ldl" |