Install command
The install
command can be used to compile your Spice project to an executable file and copy it to a binary directory in the PATH variable.
Usage¶
Use the install
command by executing:
$ spice install [main-source-file]
Use the install
command by executing:
$ spice i [mail-source-file]
Options¶
You can apply following options to the install
command:
Option | Long | Description |
---|---|---|
-d | --debug-output | Print compiler output for debugging. |
-o | --output | Set path for executable output. |
-O<x> | - | Set optimization level. Valid options: -O0 , -O1 , -O2 , -O3 , -Os , -Oz |