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