mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
* fixes #20244; fixes castSizes warnings * fixes js * fixes js * fixes js * fixes * typo * extend using uint64 * Update lib/std/syncio.nim
49 lines
800 B
Nim
49 lines
800 B
Nim
# Special configuration file for the Nim project
|
|
|
|
hint[XDeclaredButNotUsed]:off
|
|
|
|
define:booting
|
|
define:nimcore
|
|
define:nimPreviewFloatRoundtrip
|
|
define:nimPreviewSlimSystem
|
|
define:nimPreviewCstringConversion
|
|
define:nimPreviewRangeDefault
|
|
threads:off
|
|
|
|
#import:"$projectpath/testability"
|
|
|
|
@if windows:
|
|
cincludes: "$lib/wrappers/libffi/common"
|
|
tlsEmulation:off
|
|
@end
|
|
|
|
define:useStdoutAsStdmsg
|
|
|
|
@if nimHasStyleChecks:
|
|
styleCheck:error
|
|
@end
|
|
|
|
|
|
#define:useNodeIds
|
|
#gc:markAndSweep
|
|
|
|
@if nimHasWarningObservableStores:
|
|
warning[ObservableStores]:off
|
|
@end
|
|
|
|
@if nimHasWarnCastSizes:
|
|
warning[CastSizes]:on
|
|
@end
|
|
|
|
@if nimHasWarningAsError:
|
|
warningAsError[GcUnsafe2]:on
|
|
@end
|
|
|
|
@if nimHasWarnUnnamedBreak:
|
|
warningAserror[UnnamedBreak]:on
|
|
@end
|
|
|
|
@if nimHasWarnBareExcept:
|
|
warningAserror[BareExcept]:on
|
|
@end
|