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

Update sample.local.mk #662

Merged
merged 1 commit into from Sep 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 3 additions & 11 deletions jml-build/sample.local.mk
@@ -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.