Skip to content

Commit 29e3c83

Browse files
committed
Revert "Workaround issue temporarily"
This reverts commit 49cc8d3.
1 parent 7aa7996 commit 29e3c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/build_julia.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ "${ROOTFS_IMAGE_NAME-}" == "llvm_passes" ]]; then
2525
fi
2626

2727
# These are the flags we'll provide to `make`
28-
MFLAGS=("CFLAGS=-Wl,--undefined-version CXXFLAGS=-Wl,--undefined-version")
28+
MFLAGS=()
2929

3030
# If we have the option, let's use `--output-sync`
3131
if ${MAKE} --help | grep output-sync >/dev/null 2>/dev/null; then

0 commit comments

Comments
 (0)