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

Support ASAN option for Windows #756

Closed
wants to merge 2 commits into from
Closed

Support ASAN option for Windows #756

wants to merge 2 commits into from

Conversation

Headline
Copy link
Member

This was a lot less work than what we had to do for clang, we just have to check msvc version

if cxx.target.platform == 'windows':
cxx.cflags += ['/fsanitize=address']
return
elif cxx.target.platform != 'linux':
Copy link
Member

Choose a reason for hiding this comment

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

nit: no need for "elif" here, "if" will suffice

Copy link
Member

Choose a reason for hiding this comment

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

@Headline looks like this has been pending for 2 years - is this the only blocker?

@Headline Headline closed this Oct 8, 2024
@Headline Headline deleted the windows-asan branch October 8, 2024 07:32
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.

3 participants