Skip to content

make Makefile.PL more dynamic #16

Description

@duffee

instead of the hard coded $CC = 'g++ -fpermissive -O';
use the OPTIMIZE key and the CCFLAGS => "$Config::Config{ccflags} -fpermissive"

This might remove the necessity of setting the CC key and remove the config_vars call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions