The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::hopen::T::Gnu::C::CompileCmd - compile C source using the GNU toolset

SYNOPSIS

In a hopen file:

my $cmd = App::hopen::T::Gnu::C::CompileCmd->new(
    compiler => '/usr/bin/gcc',
    name => 'compilation command'   # optional
);

The inputs come from earlier in the build graph. TODO support specifying compiler arguments.

ATTRIBUTES

compiler

The compiler to use. TODO is this a full path or just a name?

MEMBER FUNCTIONS

_run

Create the compile command line.