Skip to content

Conversation

@slipher
Copy link
Member

@slipher slipher commented Dec 13, 2024

Apparently it doesn't do anything, and triggers a warning about an unused command line argument. When USE_HARDENING is enabled, this warning breaks a bunch of other try_compile's, causing flags to be rejected that should have been accepted.

Apparently it doesn't do anything, and triggers a warning about
an unused command line argument. When USE_HARDENING is enabled,
this warning breaks a bunch of other try_compile's, causing
flags to be rejected that should have been accepted.
This is the default since Mac OS 10.9 and we don't support any
versions older than that. In newer versions of Clang, it causes
warning spam about an unused flag so remove it.
@slipher
Copy link
Member Author

slipher commented Dec 13, 2024

Added another commit removing another flag which causes unused argument warning spam (-stdlib=c++).

@illwieckz
Copy link
Member

It works.

@illwieckz illwieckz merged commit fe05e0b into DaemonEngine:master Dec 14, 2024
9 checks passed
@slipher slipher deleted the applepie branch January 9, 2025 06:47
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