diff options
author | Zahary Karadjov <zahary@gmail.com> | 2013-05-01 20:20:48 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2013-05-01 20:46:05 +0300 |
commit | 89f9772f15f93fd27531d341ed762d5236c67be0 (patch) | |
tree | d0af58319b7685e23d019a90f06b059310008f9c /config/nimrod.cfg | |
parent | e0f706804f115d7a2b88abe18616dd00a3bc3034 (diff) | |
download | Nim-89f9772f15f93fd27531d341ed762d5236c67be0.tar.gz |
nimrod dump can now produce a machine readable json report
The data in the report includes necessary information for starting the compiler service and setting up the project paths in the IDE. the default verbosity of 1 is now set in the compiler code to fix an issue with verbosity being temporary set to 1 during config parsing even when it's explicitly overridden on the command-line. compiler/lexbase was temporary renamed to nimlexbase as a work-around for a codegen naming conflict with lib/pure/lexbase resulting in linking errors (further investigation needed).
Diffstat (limited to 'config/nimrod.cfg')
-rw-r--r-- | config/nimrod.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg index 159cbe1bd..d9075a20f 100644 --- a/config/nimrod.cfg +++ b/config/nimrod.cfg @@ -55,7 +55,6 @@ path="$lib/pure/unidecode" @end # additional options always passed to the compiler: ---verbosity: "1" --parallel_build: "0" # 0 to auto-detect number of processors hint[LineTooLong]=off |