[cmake] USE_CCACHE option #349
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "DraVee:old/windows-cache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
dynamic: fix build with ccache on Windowsto WIP: dynamic: fix build with ccache on Windows3977cfdf57
toe9aed8eb11
WIP: dynamic: fix build with ccache on Windowsto WIP: ccache: add ccache as a optione9aed8eb11
to6b5f5d1002
6b5f5d1002
to3dc9413b8d
3dc9413b8d
to8433a1119c
8433a1119c
tod3fb69c3ea
d3fb69c3ea
toa103a0931f
a103a0931f
to4da5ed78d1
4da5ed78d1
to9167208a01
cdef402433
toe7a7ad48d7
e7a7ad48d7
toc96ac2999e
c96ac2999e
toe04ecae35b
e04ecae35b
to84cb676cc8
WIP: ccache: add ccache as a optionto WIP: ccache: properly move ccache option to rootWIP: ccache: properly move ccache option to rootto [cmake] USE_CCACHE optionNeeds testing on CI
[cmake] USE_CCACHE optionto WIP: [cmake] USE_CCACHE option84cb676cc8
toe0f26172c1
e0f26172c1
tobe1d1df71f
This needs a prior fix on how we handle CMAKE_FLAGS, otherwise this will be just another workaround with chances to break another platform build
Will need to wait until #348 is merged to avoid conflicts
be1d1df71f
to4632cc870d
4632cc870d
to85c13de4ff
WIP: [cmake] USE_CCACHE optionto [cmake] USE_CCACHE option@crueter should be the final version now (my head hurts)
85c13de4ff
to8cb7abe0ab
8cb7abe0ab
to9ad64c9936
Let's also add an option to the build scripts
@ -258,0 +258,4 @@
message(STATUS "Found ccache at: ${CCACHE_BINARY}")
set(CMAKE_C_COMPILER_LAUNCHER ${CCACHE_BINARY})
set(CMAKE_CXX_COMPILER_LAUNCHER ${CCACHE_BINARY})
set(CMAKE_OBJC_COMPILER_LAUNCHER ${CCACHE_BINARY})
Not needed probably
I used the same options set by SDL, but I will remove anyway, just a sec
eb074bef87
tocda169e4de
cda169e4de
to62231c2a98
62231c2a98
to572da97743
572da97743
to6df0e094cd
c8981e6f9e
to07655116e9
07655116e9
to242c60cdcb
Will rework this in the future
Pull request closed