nim.cfg 456 B

1234567891011121314151617181920212223242526272829
  1. # Special configuration file for the Nim project
  2. hint[XDeclaredButNotUsed]:off
  3. define:booting
  4. define:nimcore
  5. #define:nimIncremental
  6. #import:"$projectpath/testability"
  7. #define:staticSqlite
  8. @if windows:
  9. cincludes: "$lib/wrappers/libffi/common"
  10. @end
  11. define:useStdoutAsStdmsg
  12. define:nimOldCaseObjects
  13. @if nimHasStyleChecks:
  14. styleCheck:error
  15. @end
  16. #define:useNodeIds
  17. #gc:markAndSweep
  18. @if nimHasWarningCaseTransition:
  19. warning[CaseTransition]:off
  20. @end