diff options
Diffstat (limited to 'compiler/options.nim')
-rwxr-xr-x | compiler/options.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index 6df29d85f..28382f9ba 100755 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -97,6 +97,7 @@ var gNumberOfProcessors*: int # number of processors gWholeProject*: bool # for 'doc2': output any dependency + gListFullPaths*: bool const genSubDir* = "nimcache" |