Skip to content

Releases: EnflameTechnology/sccache

add support for topscc compiler and source code with tops extend

09 Oct 01:27
Compare
Choose a tag to compare

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

29 Sep 11:17
Compare
Choose a tag to compare

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