mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 21:43:33 +00:00
8 lines
264 B
Nim
8 lines
264 B
Nim
# don't move this file without updating the logic in `isNimRepoTests`
|
|
|
|
path = "$nim" # For compiler/nodejs
|
|
-d:ssl # For azure
|
|
# my SSL doesn't have this feature and I don't care:
|
|
-d:nimDisableCertificateValidation
|
|
--warningAserror:ProveInit
|
|
--warningAserror:Uninit |