Skip to content

Add static library generation#338

Merged
janbrummer merged 1 commit intomainfrom
static-lib
Oct 10, 2025
Merged

Add static library generation#338
janbrummer merged 1 commit intomainfrom
static-lib

Conversation

@janbrummer
Copy link
Copy Markdown
Contributor

Fixes: #337

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.40%. Comparing base (3fd3a6e) to head (8b04ab7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #338   +/-   ##
=======================================
  Coverage   69.40%   69.40%           
=======================================
  Files          18       18           
  Lines         938      938           
  Branches      268      268           
=======================================
  Hits          651      651           
  Misses        174      174           
  Partials      113      113           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@janbrummer janbrummer merged commit d1eb134 into main Oct 10, 2025
18 of 19 checks passed
@DimStar77
Copy link
Copy Markdown
Contributor

Can we have the static lib generation optional? I don't think most linux distros want/care for that

@Erick555
Copy link
Copy Markdown

meson has default_library option (with values of shared,static,both) that could be used here. Right now it doesn't have any effect.

@janbrummer
Copy link
Copy Markdown
Contributor Author

Sorry, missed this one. better create a ticket next time :)

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.

Build as static lib?

3 participants