From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

spvmcc - SPVM compiler to create exe file

SYNOPSIS

Usage: spvmcc [OPTIONS] [CLASS_NAME]
# lib/SPVM/Myapp.spvm
spvmcc -I lib/SPVM -o myapp Myapp
Options:
-h, --help Show this message
-v, --version Show the version
-o, --output Output file name
-I, --module-dir <directory> Add SPVM module searching directory
-B, --build-dir <directory> Building diretory
-q, --quiet Quiet output
-f, --force Force compile and link
-c, --config Config file
--dynamic-lib The output file is a dynamic library
--static-lib The output file is a static library

DESCRIPTION

spvmcc is SPVM compiler to create executable file.