mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
follow up https://github.com/nim-lang/Nim/pull/22991 - [x] turning it into an experimental feature --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
64 lines
1.0 KiB
Nim
64 lines
1.0 KiB
Nim
# Special configuration file for the Nim project
|
|
|
|
hint[XDeclaredButNotUsed]:off
|
|
|
|
define:booting
|
|
define:nimcore
|
|
define:nimPreviewFloatRoundtrip
|
|
define:nimPreviewSlimSystem
|
|
define:nimPreviewCstringConversion
|
|
define:nimPreviewProcConversion
|
|
define:nimPreviewRangeDefault
|
|
define:nimPreviewNonVarDestructor
|
|
threads:off
|
|
|
|
#import:"$projectpath/testability"
|
|
|
|
@if windows:
|
|
cincludes: "$lib/wrappers/libffi/common"
|
|
@end
|
|
|
|
define:useStdoutAsStdmsg
|
|
|
|
@if nimHasStyleChecks:
|
|
styleCheck:error
|
|
@end
|
|
|
|
|
|
#define:useNodeIds
|
|
#gc:markAndSweep
|
|
|
|
@if nimHasWarningObservableStores:
|
|
warning[ObservableStores]:off
|
|
@end
|
|
|
|
|
|
@if nimHasWarningAsError:
|
|
warningAsError[GcUnsafe2]:on
|
|
@end
|
|
|
|
@if nimHasWarnUnnamedBreak:
|
|
warningAserror[UnnamedBreak]:on
|
|
@end
|
|
|
|
@if nimHasWarnBareExcept:
|
|
warning[BareExcept]:on
|
|
warningAserror[BareExcept]:on
|
|
@end
|
|
|
|
|
|
@if nimUseStrictDefs:
|
|
experimental:strictDefs
|
|
warningAsError[Uninit]:on
|
|
warningAsError[ProveInit]:on
|
|
@end
|
|
|
|
@if nimHasWarnStdPrefix:
|
|
warning[StdPrefix]:on
|
|
warningAsError[StdPrefix]:on
|
|
@end
|
|
|
|
@if nimHasVtables:
|
|
experimental:vtables
|
|
@end
|