sccache: more debug info

This commit is contained in:
Sylvestre Ledru 2023-04-07 09:06:39 +02:00
parent eaa01deb49
commit 196d18fafc

4
debian/rules vendored
View File

@ -469,7 +469,11 @@ ifeq ($(shell test -e /opt/sccache/sccache && echo -n yes),yes)
SCCACHE_CMD=$(SCCACHE_PATH)/sccache SCCACHE_CMD=$(SCCACHE_PATH)/sccache
SCCACHE_CMAKE = -DCMAKE_C_COMPILER_LAUNCHER=$(SCCACHE_CMD) -DCMAKE_CXX_COMPILER_LAUNCHER=$(SCCACHE_CMD) SCCACHE_CMAKE = -DCMAKE_C_COMPILER_LAUNCHER=$(SCCACHE_CMD) -DCMAKE_CXX_COMPILER_LAUNCHER=$(SCCACHE_CMD)
export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/opt/sccache export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/opt/sccache
else
$(info ************ /opt/sccache/sccache --version does no work ************)
endif endif
else
$(info ************ cannot find /opt/sccache/sccache ************)
endif endif
# enables cmake build targets like stage2-[target_name] # enables cmake build targets like stage2-[target_name]