NAME

SPVM::Builder::Config::Exe - Configurations of creating excutable files.

DESCRIPTION

SPVM::Builder::Config::Exe is configuration of creating excutable files of spvmcc.

FIELDS

Fields is inherited from SPVM::Builder::Config and you can use the following ones.

global_ccflags

my $global_ccflags = $config->global_ccflags;
$config->global_ccflags($global_ccflags);

Get and set global ccflags that is added to all ccflags of the compiler.

Default:

[]

global_optimize

my $global_optimize = $config->global_optimize;
$config->global_optimize($global_optimize);

Get and set global optimize that replaces all optimize of the compiler.

METHODS

Methods is inherited from SPVM::Builder::Config and you can use the following ones.