Add more to the example so you can disable ccache with out having to change PATH
This commit is contained in:
parent
92b6b2ba88
commit
f29bf0fd00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123014
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ CXX=%%LOCALBASE%%/libexec/ccache/c++
|
|||
CC=cc
|
||||
CXX=c++
|
||||
.endif
|
||||
.else
|
||||
CC=/usr/bin/cc
|
||||
CXX=/usr/bin/c++
|
||||
.endif
|
||||
|
||||
For Korn/Bourne shells Add the following to /etc/profile:
|
||||
|
|
Loading…
Reference in a new issue