Skip to content
Snippets Groups Projects
Commit f2c78362 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

CONFIG: default to using logical value for cwd()

- this helps for many cases outlined in issue #1007, but can also be
  useful when simply using symlinks for shorter or reorganized
  directory structures.
parent 6e9520d3
No related merge requests found
......@@ -70,7 +70,7 @@ InfoSwitches
OptimisationSwitches
{
// Use physical (0) or logical (1) value for the cwd.
cwd 0;
cwd 1;
// On NFS mounted file system: maximum wait for files to appear/get
// updated. Set to 0 on distributed case.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment