nim.cfg 294 B

123456789101112131415161718
  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:useNodeIds
  12. #gc:markAndSweep