Skip to content

Compiling requires -fcommon flag on GCC v10+ #59

@austintwang

Description

@austintwang

GCC 10 and newer defaults to -fno-common behavior, which results in multiple definition errors.
https://gcc.gnu.org/gcc-10/porting_to.html

Would be good to update the makefile or modify the header declarations to use extern

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