Releases: EnflameTechnology/sccache
Releases · EnflameTechnology/sccache
v1.8.2
What's Changed
- [Fix] fix acore lib by @zhouronghua in #1
New Contributors
- @zhouronghua made their first contribution in #1
Full Changelog: v1.8.1...v1.8.2
sccache-1.8.2-Tlinux-x86_64.tar.xz 支持tlinux24和ubuntu 1604
sccache-1.8.2-u1804-x86_64.tar.xz 支持ubuntu 1804和ubuntu 2004
add support for topscc compiler and source code with tops extend
add support for topscc compiler and source code with tops extend
Full Changelog: v0.8.1...v1.8.1
v0.5.5 fix sccache bug for dwo file generate
when output dir changed, and -g -gsplit-dwarf is enabled, new object file should be gererated, but not old cached object.
case:
1 echo "int test(){}" > test.cc
2 mkdir o1 o2
3 sccache -c -g -gsplit-dwarf test.cc -o o1/test.o
4 sccache -z
5 sccache -c -g -gsplit-dwarf test.cc -o o2/test.o
6 strings o2/test.o |grep o2/test.dwo
Full Changelog: v0.5.4...v0.5.5