Skip to content

Commit

Permalink
build.sh : use mm argument if you want to build with ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyz committed Sep 13, 2017
1 parent 18001c4 commit cfcab01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Expand Up @@ -120,6 +120,9 @@ for arg in $@; do
cmd="cmake_rm";;
m|make)
cmd="cmake_make";;
mm)
CMAKE_OPTIONS="$CMAKE_OPTIONS -DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
cmd="cmake_make";;
g|graph)
cmd="cmake_graph";;
d|doc)
Expand Down

0 comments on commit cfcab01

Please sign in to comment.