Changes

Summary

  1. Some minor cleaning up. (commit: 1ae3f62) (details)
  2. Make sure that our runpath2rpath program gets compiled with full (commit: 32cc3bc) (details)
  3. Make sure that we can take advantage of clcache, if it is installed. (commit: 146caa1) (details)
  4. Make sure that we can take advantage of clcache, if it is installed. (commit: 2889808) (details)
  5. Make sure that we can take advantage of clcache, if it is installed. (commit: 41dca11) (details)
  6. Make sure that CMake doesn't force us to use the compilation flags it (commit: 686eb75) (details)
  7. Make sure that we can take advantage of clcache, if it is installed. (commit: 0345eb6) (details)
The file was modified CMakeLists.txt (diff)
Commit 32cc3bcd981622a9a9a55fae84c7e6f449274423 by Alan Garny
Make sure that our runpath2rpath program gets compiled with full
optimisations.
(commit: 32cc3bc)
The file was modified CMakeLists.txt (diff)
Commit 146caa169cb454d08dba605a541f7bb3020ee3d4 by Alan Garny
Make sure that we can take advantage of clcache, if it is installed.
(commit: 146caa1)
The file was modified CMakeLists.txt (diff)
The file was addedcmake/clcachewrapper.c
Commit 2889808fd6b9c6cc8762a9a9abd568faa87fe0ea by Alan Garny
Make sure that we can take advantage of clcache, if it is installed.
(commit: 2889808)
The file was modified cmake/clcachewrapper.c (diff)
Commit 41dca11a9f3bd1d35c0e72eac81ab5d41b7223f2 by Alan Garny
Make sure that we can take advantage of clcache, if it is installed.
(commit: 41dca11)
The file was modified CMakeLists.txt (diff)
Commit 686eb75da9753c975d9f8e6fb9b2ca589d936dae by Alan Garny
Make sure that CMake doesn't force us to use the compilation flags it
wants us to use.
(commit: 686eb75)
The file was modified CMakeLists.txt (diff)
Commit 0345eb6e2fdc5a4ddda88591bc4aa7f6c61a3429 by Alan Garny
Make sure that we can take advantage of clcache, if it is installed.
Although clcache doesn't currently support the /Zi comiler option, it
does actually support the /Z7 one (since that option doesn't generate
.PDB files, which is the reason clcache doesn't currently support the
/Zi compiler option).
(commit: 0345eb6)
The file was modified CMakeLists.txt (diff)