We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356d749 commit 7657ebcCopy full SHA for 7657ebc
build.sh
@@ -36,7 +36,7 @@ unamestr=$(uname)
36
if [[ "$unamestr" == 'Linux' ]]; then
37
export RUSTFLAGS='-Clink-arg=-Wl,-rpath=$ORIGIN/../lib '$RUSTFLAGS
38
elif [[ "$unamestr" == 'Darwin' ]]; then
39
- export RUSTFLAGS='-Clink-arg=-Wl,-rpath,@loader_path/../lib -Zosx-rpath-install-name '$RUSTFLAGS
+ export RUSTFLAGS='-Csplit-debuginfo=unpacked -Clink-arg=-Wl,-rpath,@loader_path/../lib -Zosx-rpath-install-name '$RUSTFLAGS
40
dylib_ext='dylib'
41
else
42
echo "Unsupported os"
0 commit comments