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
5 changed files with 6 additions and 0 deletions
1
common/environment/build/debug-debug-prefix-map.sh
Symbolic link
1
common/environment/build/debug-debug-prefix-map.sh
Symbolic link
|
@ -0,0 +1 @@
|
|||
../configure/debug-debug-prefix-map.sh
|
1
common/environment/check/debug-debug-prefix-map.sh
Symbolic link
1
common/environment/check/debug-debug-prefix-map.sh
Symbolic link
|
@ -0,0 +1 @@
|
|||
../configure/debug-debug-prefix-map.sh
|
2
common/environment/configure/debug-debug-prefix-map.sh
Normal file
2
common/environment/configure/debug-debug-prefix-map.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
CFLAGS="${CFLAGS} -fdebug-prefix-map=$wrksrc=."
|
||||
CXXFLAGS="${CXXFLAGS} -fdebug-prefix-map=$wrksrc=."
|
1
common/environment/install/debug-debug-prefix-map.sh
Symbolic link
1
common/environment/install/debug-debug-prefix-map.sh
Symbolic link
|
@ -0,0 +1 @@
|
|||
../configure/debug-debug-prefix-map.sh
|
1
common/environment/patch/debug-debug-prefix-map.sh
Symbolic link
1
common/environment/patch/debug-debug-prefix-map.sh
Symbolic link
|
@ -0,0 +1 @@
|
|||
../configure/debug-debug-prefix-map.sh
|
Loading…
Reference in a new issue