void-packages/common/environment/configure
Đoàn Trần Công Danh 3dcac23aff environment: set -ffile-prefix-map
We're setting -fdebug-prefix-map to strip directory prefixes from debug
info, which will help ccache and reproducibility.

However, -fdebug-prefix-map doesn't help with those macros like __FILE__
and __BASE_FILE__, which needs another flags: -fmacro-prefix-map.

Replaces -fdebug-prefix-map with -ffile-prefix-map which is an alias for
both `-fdebug-prefix-map` and `-fmacro-prefix-map`. (This flag is
available since GCC 8 and Clang 10)
2023-01-05 08:23:26 +07:00
..
autoconf_cache environment/autoconf_cache: Disable 64-bit time_t by default 2022-12-17 10:41:49 +07:00
automake .../automake: config.gues fix copy+paste bug 2020-09-23 18:37:09 +02:00
gccspecs
.empty
bootstrap.sh
ccache.sh common/environment/build: set CCACHE_BASEDIR to wrksrc 2020-06-26 15:09:41 -07:00
cross.sh
debug-debug-prefix-map.sh environment: set -ffile-prefix-map 2023-01-05 08:23:26 +07:00
gnu-configure-args.sh Revert "common/gnu-configure-args: set exec_prefix to ${prefix}" 2021-03-05 04:04:17 -03:00
hardening.sh xbps-src: make sure to apply FFLAGS properly like CFLAGS 2021-01-03 14:11:02 +01:00
pkg-config.sh