mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 01:23:51 +02:00
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]
2 lines
100 B
Bash
2 lines
100 B
Bash
CFLAGS="${CFLAGS} -fdebug-prefix-map=$wrksrc=."
|
|
CXXFLAGS="${CXXFLAGS} -fdebug-prefix-map=$wrksrc=."
|