nimsuggest.nim.cfg 419 B

1234567891011121314151617181920212223242526
  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. # die when nimsuggest uses more than 4GB:
  8. @if cpu32:
  9. define:"nimMaxHeap=2000"
  10. @else:
  11. define:"nimMaxHeap=4000"
  12. @end
  13. #cs:partial
  14. #define:useNodeIds
  15. #define:booting
  16. #define:noDocgen
  17. --path:"$nim"
  18. --threads:on
  19. --noNimblePath
  20. --path:"../compiler"