nim.cfg 438 B

12345678910111213141516171819202122232425262728
  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. #define:staticSqlite
  8. @if windows:
  9. cincludes: "$lib/wrappers/libffi/common"
  10. @end
  11. define:useStdoutAsStdmsg
  12. @if nimHasStyleChecks:
  13. styleCheck:error
  14. @end
  15. #define:useNodeIds
  16. #gc:markAndSweep
  17. @if nimHasWarningObservableStores:
  18. warning[ObservableStores]: off
  19. @end