Skip to content

Move jemalloc selection logic to CMake#171

Merged
Mytherin merged 1 commit intoduckdb:mainfrom
staticlibs:jemalloc_windows
Mar 21, 2025
Merged

Move jemalloc selection logic to CMake#171
Mytherin merged 1 commit intoduckdb:mainfrom
staticlibs:jemalloc_windows

Conversation

@staticlibs
Copy link
Collaborator

This change is a follow-up to #162, it moves platform-specific jemalloc selection logic from vendor.py to CMake. Additionally CMake file is restructured and cleaned up.

Testing: no functional changes, no new tests.

This change is a follow-up to duckdb#162, it moves platform-specific jemalloc
selection logic from `vendor.py` to CMake. Additionally CMake file is
restructured and cleaned up.

Testing: no functional changes, no new tests.
set(DUCKDB_SRC_FILES
${SOURCES})

set(JEMACLLOC_SRC_FILES
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: typo

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted, will fix it on occasion.

@Mytherin
Copy link
Contributor

Thanks! Looks good

@Mytherin Mytherin merged commit c0ce041 into duckdb:main Mar 21, 2025
7 checks passed
@staticlibs staticlibs deleted the jemalloc_windows branch March 21, 2025 15:22
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