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

Add tools.cmake #14

Merged
merged 6 commits into from Apr 16, 2020
Merged

Add tools.cmake #14

merged 6 commits into from Apr 16, 2020

Conversation

TheLartians
Copy link
Owner

This adds an additional CMake script to the project that adds support for useful tools that can be activated through configuration arguments. Initially supported are:

  • -DUSE_SANITIZER=<Address | Memory | MemoryWithOrigins | Undefined | Thread | Leak | 'Address;Undefined'>
  • -DUSE_CCACHE=<YES | NO>

@TheLartians TheLartians mentioned this pull request Apr 16, 2020
@codecov
Copy link

codecov bot commented Apr 16, 2020

Codecov Report

Merging #14 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #14   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           11        11           
=========================================
  Hits            11        11           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e68141b...7b3df24. Read the comment docs.

@TheLartians TheLartians merged commit cec2e8c into master Apr 16, 2020
@TheLartians TheLartians deleted the sanitizers branch April 16, 2020 11:01
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.

None yet

1 participant