Skip to content

EH: need to update the treatment of auto_flag for compliers other than gcc #2

Description

@syrte

For example, the auto_flag=True does not work for clang.
One can disable auto_flag and specify the compiler and linker args manually, e.g.,

cymod = cyper.inline(code,
                     auto_flag=False, 
                     extra_compile_args=['-fopenmp'],
                     extra_link_args=['-fopenmp=libiomp5']
                     )

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions