Name
spvmcc - Generating Excutable File
Description
The spvmcc command is a SPVM compiler and linker to generate an executable file.
Usage
usage: spvmcc [<options>] <class name>
spvmcc -I lib/SPVM -o myapp Myapp
options:
-h, --help Shows this message
-v, --version Shows the version
-o, --output The output file name
-I, --include-dir <directory> Adds a include directory
-B, --build-dir <directory> Build diretory
-q, --quiet Stops the output of messages
-f, --force Forces the compile and link
--no-config No configration file is ok
-m, --mode Config mode
--config-argv Config arguments
--config-argv-option Key-value config arguments such as NAME=VALUE
Details
See SPVM::Builder::Config::Exe about configurations to generate an executable file.
Copyright & License
Copyright 2023 Yuki Kimoto. All Rights Reserved.
MIT License.