mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
build: remove wrong linker path
This commit is contained in:
parent
f1c60b6cbc
commit
52d8d318ff
@ -162,7 +162,7 @@ case "-$BUILD_TYPE-" in
|
||||
export CFLAGS="${CFLAGS} -flto=auto"
|
||||
export CXXFLAGS="${CXXFLAGS} -flto=auto"
|
||||
# The -L option is needed so that boost_iostreams finds the right libzstd...
|
||||
export LDFLAGS="${LDFLAGS} -flto=auto -Wl,--icf=all -L/opt/static-libs/$COMPILER/lib"
|
||||
export LDFLAGS="${LDFLAGS} -flto=auto -Wl,--icf=all"
|
||||
export COMPILER="${COMPILER}-lto"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user