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

Fix cmake -DDEBUG #665

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Fix cmake -DDEBUG #665

merged 1 commit into from
Sep 17, 2024

Conversation

Freed-Wu
Copy link
Contributor

debug needs -g and disble -Werror
warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]

debug needs -g and disble -Werror
warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.00%. Comparing base (461efd7) to head (b215e92).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #665   +/-   ##
=======================================
  Coverage   98.00%   98.00%           
=======================================
  Files          20       20           
  Lines        6527     6527           
=======================================
  Hits         6397     6397           
  Misses        130      130           
Flag Coverage Δ
insights-macos 97.30% <ø> (ø)
insights-ubuntu-amd64-libcxx-No 98.28% <ø> (ø)
insights-ubuntu-amd64-libcxx-Yes 98.26% <ø> (ø)
insights-ubuntu-arm64-libcxx-No 98.24% <ø> (ø)
insights-ubuntu-arm64-libcxx-Yes 98.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@andreasfertig
Copy link
Owner

Hello @Freed-Wu,

thanks!

Andreas

@andreasfertig andreasfertig merged commit 751c3d9 into andreasfertig:main Sep 17, 2024
14 checks passed
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