diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2020-05-06 15:37:26 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-05-06 18:41:24 +0200 |
commit | 1b2b32169a5d8089a50509136a31b5ceb3773994 (patch) | |
tree | c870535ec047cd165b318fd4bbc012d0a3ea1601 /compiler/options.nim | |
parent | 330b3c4453bbff572987ad7fe2f435b353529964 (diff) | |
download | Nim-1b2b32169a5d8089a50509136a31b5ceb3773994.tar.gz |
cleanup the CC setting, only leave in there what is at least semi-officially supported
Diffstat (limited to 'compiler/options.nim')
-rw-r--r-- | compiler/options.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index 97cf435c5..caf3f65bd 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -164,8 +164,8 @@ type disabledSf, writeOnlySf, readOnlySf, v2Sf TSystemCC* = enum - ccNone, ccGcc, ccNintendoSwitch, ccLLVM_Gcc, ccCLang, ccZig, ccLcc, ccBcc, ccDmc, ccWcc, ccVcc, - ccTcc, ccPcc, ccUcc, ccIcl, ccIcc, ccClangCl + ccNone, ccGcc, ccNintendoSwitch, ccLLVM_Gcc, ccCLang, ccBcc, ccVcc, + ccTcc, ccUcc, ccIcl, ccIcc, ccClangCl ExceptionSystem* = enum excNone, # no exception system selected yet |