Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asan: Disable asan for CentOS and use statically link if possible. #3352

Merged

Conversation

chen-guanghua
Copy link
Contributor

disable asan for centos7, fix #3347

trunk/auto/options.sh Outdated Show resolved Hide resolved
@chen-guanghua chen-guanghua force-pushed the feature/disable_asan_for_centos_7 branch 3 times, most recently from 7a40db9 to 4a5236e Compare January 2, 2023 02:48
trunk/auto/options.sh Outdated Show resolved Hide resolved
@chen-guanghua chen-guanghua force-pushed the feature/disable_asan_for_centos_7 branch from 9491090 to e4243d1 Compare January 2, 2023 06:34
chen-guanghua and others added 2 commits January 2, 2023 14:53
….0.127 (ossrs#3347)

1. Disable asan for all CentOS by default, however user could enable it.
2. Link asan statically if possible.
@winlinvip winlinvip force-pushed the feature/disable_asan_for_centos_7 branch from e4243d1 to 721f22f Compare January 2, 2023 06:56
@winlinvip winlinvip changed the base branch from develop to 5.0release January 2, 2023 06:56
@winlinvip winlinvip merged commit dd0f398 into ossrs:5.0release Jan 2, 2023
@winlinvip winlinvip changed the title asan: disable asan for centos7 Asan: Disable asan for CentOS and use statically link if possible. Jan 2, 2023
winlinvip pushed a commit that referenced this pull request Jan 2, 2023
…le. v5.0.127 (#3347) (#3352)

* Asan: Disable asan for CentOS and use statically link if possible. v5.0.127 (#3347)

1. Disable asan for all CentOS by default, however user could enable it.
2. Link asan statically if possible.

* Update version to v5.0.127

Co-authored-by: winlin <winlin@vip.126.com>

PICK dd0f398
@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TransByAI Translated by AI/GPT.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Asan: Disable for CentOS7 because LD_PRELOAD issue.
2 participants