Skip to content

Commit 55f2c4a

Browse files
committed
nim.cfg: remove hardcoded clang for macosx and *bsd
1 parent 4cc68eb commit 55f2c4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/nim.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ gcc.maxerrorsimpl = "-fmax-errors=3"
179179
@end
180180

181181
@if macosx or freebsd or openbsd:
182-
cc = clang
183182
gcc.options.always %= "-w ${gcc.maxerrorsimpl}"
184183
gcc.cpp.options.always %= "-w ${gcc.maxerrorsimpl} -fpermissive"
185184
@elif windows:

0 commit comments

Comments
 (0)