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

Minimise build on snmalloc. #1687

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Minimise build on snmalloc. #1687

merged 1 commit into from
Jan 21, 2025

Conversation

mjp41
Copy link
Contributor

@mjp41 mjp41 commented Jan 20, 2025

The EXCLUDE_FROM_ALL target on add_subdirectory means that it will only build items that are required to build other targets. This means that it will not build the memcpy version that you are not using in this project, hence remove the issue with FORTIFY_SOURCE. This should also mildly improve your build times.

The `EXCLUDE_FROM_ALL` target on `add_subdirectory` means that it will only build items that are required to build other targets.  This means that it will not build the `memcpy` version that you are not using in this project, hence remove the issue with FORTIFY_SOURCE. This should also mildly improve your build times.
@jcelerier
Copy link
Member

Thanks !

@jcelerier jcelerier added this pull request to the merge queue Jan 21, 2025
Merged via the queue into ossia:master with commit 7f679f8 Jan 21, 2025
51 of 54 checks passed
@mjp41 mjp41 deleted the patch-1 branch January 21, 2025 09:26
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