common/environment: set debug-prefix-map to prevent ccache cache misses
Packages with debug symbols do invalidate their cache with every version change since $wrksrc does contain the version number and is getting cached Closes: #33002 [via git-merge-pr]
This commit is contained in:
parent
e0b9c96407
commit
ca73e4b1d2
|
@ -0,0 +1 @@
|
|||
../configure/debug-debug-prefix-map.sh
|
|
@ -0,0 +1 @@
|
|||
../configure/debug-debug-prefix-map.sh
|
|
@ -0,0 +1,2 @@
|
|||
CFLAGS="${CFLAGS} -fdebug-prefix-map=$wrksrc=."
|
||||
CXXFLAGS="${CXXFLAGS} -fdebug-prefix-map=$wrksrc=."
|
|
@ -0,0 +1 @@
|
|||
../configure/debug-debug-prefix-map.sh
|
|
@ -0,0 +1 @@
|
|||
../configure/debug-debug-prefix-map.sh
|
Loading…
Reference in New Issue