nitc: add option --stop-on-first-error
[nit.git] / tests / sav / nitc.sav
1 usage: nitc [options] file...
2   -W, --warn                      Show warnings
3   --stop-on-first-error           Stop on first error
4   -I, --path                      Set include path for loaders (may be used more than once)
5   --log                           Generate various log files
6   --log-dir                       Directory where to generate log files
7   --only-parse                    Only proceed to parse step of loaders
8   --only-metamodel                Stop after meta-model processing
9   -h, -?, --help                  Show Help (This screen)
10   --version                       Show version and exit
11   -v, --verbose                   Verbose
12   -o, --output                    Output file
13   -O, --boost                     Optimize compilation
14   --no-cc                         Do not invoke C compiler
15   --cc-no-link                    Do not invoke C linker
16   --cc-lib-name                   Name of library to use for C compiler
17   --cc-lib-path                   Path to libraries for C compiler
18   --cc-header-path                Path to .h files for C compiler
19   --global                        Use global compilation
20   --clibdir                       NIT C library directory
21   --bindir                        NIT tools directory
22   --compdir                       Intermediate compilation directory
23   -p, --extension-prefix          Append prefix to file extension
24   --no-global-SFT-optimization    Do not use SFT optimization
25   --no-global-DMR-optimization    Do not use dead method removal optimization
26   --global-callgraph              The algorithm to use to build the callgraph <none, cha, rta>
27   --no-global-get-set-inlining    Do not automatically inline getters/setters
28   --no-global-RFIM-analysis       Do not use a specialized algorithm to find reachable methods from initializers
29   --no-global-OOIT-optimization   Do not remove get tests outside object initialization
30   --output-format                 The type of code we want to be generated <none, C, icode>