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

Hardening and LTO are not set correctly when using a multi-configuration generator #259

Open
FeignClaims opened this issue May 19, 2024 · 0 comments · May be fixed by #260
Open

Hardening and LTO are not set correctly when using a multi-configuration generator #259

FeignClaims opened this issue May 19, 2024 · 0 comments · May be fixed by #260

Comments

@FeignClaims
Copy link
Contributor

FeignClaims commented May 19, 2024

Currently the project determine whether to enable some hardening options and LTO based on CMAKE_BUILD_TYPE, which is not set (and impossible to set) when a multi-configuration generator is used.

if(CMAKE_BUILD_TYPE STREQUAL "Release" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")

if(${ENABLE_STACK_PROTECTION} AND CMAKE_BUILD_TYPE STREQUAL "Debug")

if(CMAKE_BUILD_TYPE STREQUAL "Release" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")

Upvote & Fund

@aminya is using Polar.sh so you can upvote and help fund this issue. The funding is received once the issue is completed & confirmed by you.

Thank you in advance for helping prioritize & fund our backlog!


Fund with Polar
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 a pull request may close this issue.

1 participant