Using ccache need disable only for release mode on Max OS X.
--HG-- branch : develop
This commit is contained in:
parent
1056f063b6
commit
b32f0a7c08
|
@ -64,8 +64,8 @@ defineReplace(set_PCH){
|
|||
}
|
||||
|
||||
defineReplace(enable_ccache){
|
||||
# ccache support only Unix systems, except MacOS X.
|
||||
unix:!macx{
|
||||
# ccache support only Unix systems.
|
||||
unix:{
|
||||
# This need for turn on ccache.
|
||||
*-g++{
|
||||
QMAKE_CC = ccache gcc
|
||||
|
|
Loading…
Reference in New Issue
Block a user