Skip to content

Conversation

@mkannwischer
Copy link
Contributor

Add --fatal-warnings to LDFLAGS when supported by the linker. This ensures that linker warnings (such as missing .note.GNU-stack sections) are caught during CI builds.

The flag is detected at build time since GNU ld supports it but Apple's linker does not.

Add --fatal-warnings to LDFLAGS when supported by the linker. This ensures
that linker warnings (such as missing .note.GNU-stack sections) are caught
during CI builds.

The flag is detected at build time since GNU ld supports it but Apple's
linker does not.

 - Relates to #712

Signed-off-by: Matthias J. Kannwischer <[email protected]>
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