Skip to content

grbcxx when performing shared linking still selects static libraries #171

@anyzelman

Description

@anyzelman

Consider:
grbcxx -shared -o mylibrary.so #some .o sources to link into the library.

Expected:
grbcxx recognises the -shared flag and links against the shared libraries of the (in this case) reference backend.

Observed:
grbcxx rather still attempts to link against static libraries.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions