Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik committed Aug 24, 2024
1 parent 2850dde commit 8f842d2
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 @@ -33,7 +33,6 @@ echo "--- Collect make options"
MFLAGS=()

if [[ ! -z "${USE_JULIA_PGO_LTO-}" ]]; then
MFLAGS+=( "-C contrib/pgo-lto" )
MFLAGS+=( "STAGE2_BUILD=$PWD" )
fi

Expand Down Expand Up @@ -71,7 +70,7 @@ for FLAG in "${MFLAGS[@]}"; do
done

echo "--- Build Julia"
${MAKE} "${MFLAGS[@]}"
${MAKE} -C contrib/pgo-lto "${MFLAGS[@]}"

echo "--- Check that the working directory is clean"
if [ -n "$(git status --short)" ]; then
Expand Down

0 comments on commit 8f842d2

Please sign in to comment.