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 7aa7996 commit 29e3c83Copy full SHA for 29e3c83
utilities/build_julia.sh
@@ -25,7 +25,7 @@ if [[ "${ROOTFS_IMAGE_NAME-}" == "llvm_passes" ]]; then
25
fi
26
27
# These are the flags we'll provide to `make`
28
-MFLAGS=("CFLAGS=-Wl,--undefined-version CXXFLAGS=-Wl,--undefined-version")
+MFLAGS=()
29
30
# If we have the option, let's use `--output-sync`
31
if ${MAKE} --help | grep output-sync >/dev/null 2>/dev/null; then
0 commit comments