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

Simplify build commands with modern cmake options #362

Merged
merged 1 commit into from
Oct 6, 2023
Merged

Conversation

Adda0
Copy link
Collaborator

@Adda0 Adda0 commented Oct 5, 2023

This PR simplifies Makefile with modern CMake command line options.

mkdir -p $(BUILD_DIR) does not need to be called since cmake -B $(BUILD_DIR) creates the directory by itself if the directory is missing.

Target release-debuginfo is added which is a release build with debug information, useful for profiling, debugging, etc.

@Adda0 Adda0 requested review from tfiedor and jurajsic October 5, 2023 12:23
@Adda0 Adda0 force-pushed the simplify_makefile branch from 0197ed1 to a5e0dce Compare October 5, 2023 12:32
@Adda0 Adda0 marked this pull request as ready for review October 5, 2023 12:32
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (b7bc4a0) 71.68% compared to head (6782265) 71.68%.
Report is 1 commits behind head on devel.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel     #362   +/-   ##
=======================================
  Coverage   71.68%   71.68%           
=======================================
  Files          30       30           
  Lines        3617     3617           
  Branches      830      830           
=======================================
  Hits         2593     2593           
  Misses        735      735           
  Partials      289      289           

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

.gitignore Outdated Show resolved Hide resolved
@Adda0 Adda0 force-pushed the simplify_makefile branch from a5e0dce to 1e51345 Compare October 6, 2023 09:52
@Adda0 Adda0 force-pushed the simplify_makefile branch from 1e51345 to 6782265 Compare October 6, 2023 09:55
@Adda0
Copy link
Collaborator Author

Adda0 commented Oct 6, 2023

I addressed the suggestions. I will merge the PR once the tests pass.

@Adda0 Adda0 merged commit 3ab486d into devel Oct 6, 2023
20 checks passed
@Adda0 Adda0 deleted the simplify_makefile branch October 6, 2023 10:09
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.

3 participants