Skip to content

Symbols not exported when building shared library in a non-debug configuration (Clang+Windows) #11

@MillzyDev

Description

@MillzyDev

When using Clang as well, to build the shared library in a non-debug configuration. The default visibility is set to hidden and symbols are not exported.

Commenting out line 171 in CMakeLists.txt fixes this

Is there another part of the build script that should be exporting these symbols despite the default hidden visibility? I more or less want some more information for the expected behaviour before I submit a pull request.

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions