Skip to content

gh-155375: -shared-libsan for linux ASAN builds - #155420

Open
lucascolley wants to merge 1 commit into
python:mainfrom
lucascolley:shared-libsan
Open

gh-155375: -shared-libsan for linux ASAN builds#155420
lucascolley wants to merge 1 commit into
python:mainfrom
lucascolley:shared-libsan

Conversation

@lucascolley

@lucascolley lucascolley commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

CONFIGURE_EXTRA="--with-address-sanitizer"
export ASAN_OPTIONS="strict_init_order=true"
if [[ "$target_platform" == linux-* ]]; then
export LDFLAGS="-shared-libsan $LDFLAGS"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break if passed to GGC?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants