Skip to content

Commit

Permalink
feat: option to control the use of ccache, default is OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Sep 20, 2022
1 parent 81afae0 commit 49a17a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -84,6 +84,7 @@ option(ASAP_WITH_GOOGLE_ASAN "Instrument code with address sanitizer"
option(ASAP_WITH_GOOGLE_UBSAN "Instrument code with undefined behavior sanitizer" OFF)
option(ASAP_WITH_GOOGLE_TSAN "Instrument code with thread sanitizer" OFF)
option(ASAP_WITH_VALGRIND "Builds targets with valgrind profilers added" OFF)
option(USE_CCACHE "Enable caching of compiled artifacts using ccache" OFF)
# cmake-format: on

# ------------------------------------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
<div align="center">

# Don't waste your time!
# Don't waste your time

![Start Now!!](doc/_static/asap-banner.png "ASAP banner")

Expand Down Expand Up @@ -71,6 +71,8 @@ than days.
- code coverage with clang or g++
- zero-touch valgrind, clang-tidy, clang-format, google sanitizers, etc
- development can be done locally or in a dev container with vscode
- faster rebuilds with [`ccache`](https://ccache.dev) empowered caching
- `CMake` package management with [`CPM`](https://github.com/cpm-cmake/CPM.cmake)

## Project Documentation

Expand Down Expand Up @@ -169,6 +171,5 @@ Read the [developer guides](https://abdes.github.io/asap/asap_master/html/).
[openssf-project]: https://bestpractices.coreinfrastructure.org/projects/5917
[project-docs-thumb]: https://cdn.loom.com/sessions/thumbnails/131bd53f1a004387b09bbeeb80a41f3e-with-play.gif
[project-docs-video]: https://www.loom.com/embed/131bd53f1a004387b09bbeeb80a41f3e
[project-docs]: https://abdes.github.io/asap/asap_master/html/index.html
[release-badge]: https://img.shields.io/github/v/release/abdes/asap
[windows-badge]: https://img.shields.io/badge/OS-windows-blue

0 comments on commit 49a17a9

Please sign in to comment.