Skip to content

Double-check target_cflags in cpython-unix/targets.yml #680

@geofft

Description

@geofft

Our native builds all have

    - '-fvisibility=hidden'
    # Needed to prevent BOLT from crashing.
    - '-fdebug-default-version=4'

The cross builds don't have -fvisibility=hidden and I sort of suspect it's not needed - 924693c does stuff in build-cpython.sh to handle symbol visibility differently, which applies to all our builds.

We also upgraded BOLT recently and we should double-check what's going on with that second flag.

Metadata

Metadata

Assignees

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