Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
972ab26f
Commit
972ab26f
authored
Oct 07, 2017
by
xoviat
Committed by
GitHub
Oct 07, 2017
Browse files
osx_utils: call activate_ccahe
parent
256ffe0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
osx_utils.sh
osx_utils.sh
+1
-7
No files found.
osx_utils.sh
View file @
972ab26f
...
@@ -267,13 +267,7 @@ function set_py_vars {
...
@@ -267,13 +267,7 @@ function set_py_vars {
function
get_macpython_environment
{
function
get_macpython_environment
{
if
[
$USE_CCACHE
==
1
]
;
then
if
[
$USE_CCACHE
==
1
]
;
then
brew
install
ccache
activate_ccache
export
PATH
=
/usr/local/opt/ccache/libexec:
$PATH
export
CCACHE_MAXSIZE
=
200M
export
CCACHE_CPP2
=
1
# Prove to the developer that ccache is activated
which clang
fi
fi
# Set up MacPython environment
# Set up MacPython environment
# Parameters:
# Parameters:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment