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

cmake: propagate sanitizer link flags via target_link_options #123

Merged
merged 7 commits into from
Nov 23, 2023

Conversation

yamt
Copy link
Owner

@yamt yamt commented Nov 22, 2023

No description provided.

@yamt
Copy link
Owner Author

yamt commented Nov 22, 2023

this approach doesn't seem work well if the library and app are bulit with a bit different compilers, which have a different set of sanitizer features.
eg. xcode clang and homebrew clang. only the latter has LSAN.

@yamt yamt marked this pull request as ready for review November 23, 2023 09:18
@yamt yamt merged commit 6a07e40 into master Nov 23, 2023
84 checks passed
@yamt yamt deleted the link-flags-interface branch November 23, 2023 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant