mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-30 03:03:57 +00:00
fixes LineTooLong hints on old compilers (#22412)
* fixes LineTooLong hints on old compilers * fixes config/nim.cfg
This commit is contained in:
@@ -160,3 +160,4 @@ proc initDefines*(symbols: StringTableRef) =
|
||||
defineSymbol("nimHasEnsureMove")
|
||||
|
||||
defineSymbol("nimUseStrictDefs")
|
||||
defineSymbol("nimHasNolineTooLong")
|
||||
|
||||
@@ -50,3 +50,4 @@ define:useStdoutAsStdmsg
|
||||
warningAsError[Uninit]:on
|
||||
warningAsError[ProveInit]:on
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user