The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

spvmcc - SPVM compiler to create exe file

SYNOPSIS

  Usage: spvmcc [OPTIONS] [PACKAGE]

    spvmcc -I lib -o myapp Myapp

  Options:
    -h, --help                     Show this message
    -v, --version                  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
    --ccflags <options>            Additional compiler flags
    --lddlflags <options>          Additional linker flags
    -f, --force                    Force compile and link

DESCRIPTION

spvmcc is SPVM compiler to create executable file.