mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 11:12:37 +00:00
nim dump: add nimcache entry (#10122)
This commit is contained in:
committed by
Andreas Rumpf
parent
9c65ea0d16
commit
e98d54b050
@@ -284,6 +284,7 @@ proc mainCommand*(graph: ModuleGraph) =
|
||||
(key: "defined_symbols", val: definedSymbols),
|
||||
(key: "lib_paths", val: %libpaths),
|
||||
(key: "out", val: %conf.outFile.string),
|
||||
(key: "nimcache", val: %getNimcacheDir(conf).string),
|
||||
(key: "hints", val: hints),
|
||||
(key: "warnings", val: warnings),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user