Skip to content

Commit

Permalink
Add lld flag only on llvm_passes image
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik committed Aug 7, 2024
1 parent a98f700 commit 9b28b0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utilities/build_julia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ MFLAGS=()
if [[ "${ROOTFS_IMAGE_NAME-}" == "llvm_passes" ]]; then
echo "--- Update CMake"
contrib/download_cmake.sh
MFLAGS+=( "LDFLAGS=-Wl,--undefined-version" )
fi

MFLAGS+=( "LDFLAGS=-Wl,--undefined-version" )

# If we have the option, let's use `--output-sync`
if ${MAKE} --help | grep output-sync >/dev/null 2>/dev/null; then
MFLAGS+=( "--output-sync" )
Expand Down

0 comments on commit 9b28b0b

Please sign in to comment.