nim.cfg 302 B

12345678910111213141516171819
  1. # Special configuration file for the Nim project
  2. hint[XDeclaredButNotUsed]:off
  3. path:"llvm"
  4. path:"$projectPath/.."
  5. define:booting
  6. #import:"$projectpath/testability"
  7. @if windows:
  8. cincludes: "$lib/wrappers/libffi/common"
  9. @end
  10. define:useStdoutAsStdmsg
  11. cs:partial
  12. #define:useNodeIds
  13. #gc:markAndSweep