blob: 012b1c11a2f3d542118a57535c1d2ad00fd8f506 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- config/nim.cfg.orig 2020-04-03 17:22:53 UTC
+++ config/nim.cfg
@@ -8,7 +8,7 @@
# Environment variables can be accessed like so:
# gcc.path %= "$CC_PATH"
-cc = gcc
+cc = clang
# additional options always passed to the compiler:
--parallel_build: "0" # 0 to auto-detect number of processors
|