Skip to content

Commit

Permalink
Update sample.local.mk (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mich committed Sep 12, 2016
1 parent 0576c07 commit e9e29a3
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions jml-build/sample.local.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
# to speed up repeated builds, use ccache
CXX := ccache g++
CC := ccache gcc
FC := ccache gfortran
COMPILER_CACHE:=ccache

# to get colorized output with ccache, put colorccache on your path and use
# CXX := colorccache g++
# CC := colorccache gcc
# FC := colorccache gfortran

BOOST_VERSION := 52
TCMALLOC_ENABLED := 1
# You should run ccache -M 12G or something similar to set the max cache size
# to a value higher than the default 1G.

0 comments on commit e9e29a3

Please sign in to comment.