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

main/libcxx-mingw-w64: disable scp hardening #2971

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

z-erica
Copy link
Contributor

@z-erica z-erica commented Sep 20, 2024

silences the following warning:

clang: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]

silences the following warning:

```
clang: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
```
@nekopsykose
Copy link
Member

does that warning apply to every tu though? it's probably unused for .dll but there is some normal code in there too i think

@z-erica
Copy link
Contributor Author

z-erica commented Sep 21, 2024

as far as i can see, its a linux only mitigation: https://blog.llvm.org/posts/2021-01-05-stack-clash-protection/

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.

2 participants