nimsuggest.nim.cfg 387 B

12345678910111213141516171819202122232425
  1. # Special configuration file for the Nim project
  2. gc:markAndSweep
  3. hint[XDeclaredButNotUsed]:off
  4. path:"$lib/packages/docutils"
  5. define:useStdoutAsStdmsg
  6. define:nimsuggest
  7. define:nimcore
  8. # die when nimsuggest uses more than 4GB:
  9. @if cpu32:
  10. define:"nimMaxHeap=2000"
  11. @else:
  12. define:"nimMaxHeap=4000"
  13. @end
  14. #define:useNodeIds
  15. #define:booting
  16. #define:noDocgen
  17. --path:"$nim"
  18. --threads:on