summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/options.nim')
-rwxr-xr-xcompiler/options.nim1
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"