nim.cfg 386 B

1234567891011121314151617181920212223
  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. @if windows:
  8. cincludes: "$lib/wrappers/libffi/common"
  9. @end
  10. define:useStdoutAsStdmsg
  11. define:nimOldCaseObjects
  12. #define:useNodeIds
  13. #gc:markAndSweep
  14. @if nimHasWarningCaseTransition:
  15. warning[CaseTransition]:off
  16. @end