The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

spvmcc - SPVM compiler to create exe file

SYNOPSIS

Usage: spvmcc [OPTIONS] [MODULE_NAME]
# lib/SPVM/Myapp.spvm
spvmcc -I lib -o myapp Myapp
Options:
-h, --help Show this message
-v, --version Show the version
-o, --output Excutable file name
-I, --module-dir <directory> Add SPVM module searching directory
-B, --build-dir <directory> Building diretory
-q, --quiet Quiet output
-O, --optimize <level> Optimaization level
-f, --force Force compile and link

DESCRIPTION

spvmcc is SPVM compiler to create executable file.