1234567891011121314151617181920212223 |
- # Special configuration file for the Nim project
- hint[XDeclaredButNotUsed]:off
- define:booting
- define:nimcore
- #define:nimIncremental
- #import:"$projectpath/testability"
- @if windows:
- cincludes: "$lib/wrappers/libffi/common"
- @end
- define:useStdoutAsStdmsg
- define:nimOldCaseObjects
- #define:useNodeIds
- #gc:markAndSweep
- @if nimHasWarningCaseTransition:
- warning[CaseTransition]:off
- @end
|