diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-07-25 18:08:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 12:08:32 +0200 |
commit | 1c2ccfad08191e936fadd52450b53dfea105a34d (patch) | |
tree | d848422b5cd391db4efb14bf2a5b7db2307266df /config | |
parent | dce714b2598c41e36113a4339fb9fb14655bc090 (diff) | |
download | Nim-1c2ccfad08191e936fadd52450b53dfea105a34d.tar.gz |
fixes #22301; fixes #22324; rejects branch initialization with a runtime discriminator with defaults (#22303)
* fixes #22301; rejects branch initialization with a runtime discriminator with defaults * undefault nimPreviewRangeDefault * fixes tests * use oldCheckDefault
Diffstat (limited to 'config')
-rw-r--r-- | config/nim.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/nim.cfg b/config/nim.cfg index efb058121..1470de780 100644 --- a/config/nim.cfg +++ b/config/nim.cfg @@ -21,7 +21,6 @@ cc = gcc #hint[XDeclaredButNotUsed]=off threads:on -define:nimPreviewRangeDefault # Examples of how to setup a cross-compiler: # Nim can target architectures and OSes different than the local host |