testament.nim.cfg 264 B

12345678
  1. # don't move this file without updating the logic in `isNimRepoTests`
  2. path = "$nim" # For compiler/nodejs
  3. -d:ssl # For azure
  4. # my SSL doesn't have this feature and I don't care:
  5. -d:nimDisableCertificateValidation
  6. --warningAserror:ProveInit
  7. --warningAserror:Uninit