mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 15:20:06 -07:00
firefox [testing]: Trim absolute paths
This commit is contained in:
parent
976b0c3c09
commit
b0f7dabb70
@ -52,6 +52,10 @@ case $("$CC" -print-file-name=libc++.so) in */*)
|
|||||||
export CXXSTDLIB=c++
|
export CXXSTDLIB=c++
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# Instruct the compiler to trim absolute paths in resulting binaries and instead
|
||||||
|
# change them to relative paths ($PWD/... ./...).
|
||||||
|
export RUSTFLAGS="$RUSTFLAGS --remap-path-prefix=$PWD=."
|
||||||
|
|
||||||
export LDFLAGS="$LDFLAGS -Wl,-rpath=/usr/lib/firefox,--enable-new-dtags"
|
export LDFLAGS="$LDFLAGS -Wl,-rpath=/usr/lib/firefox,--enable-new-dtags"
|
||||||
export RUSTFLAGS="$RUSTFLAGS -Cdebuginfo=0"
|
export RUSTFLAGS="$RUSTFLAGS -Cdebuginfo=0"
|
||||||
export MACH_USE_SYSTEM_PYTHON=1
|
export MACH_USE_SYSTEM_PYTHON=1
|
||||||
|
Loading…
Reference in New Issue
Block a user