Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik committed Aug 24, 2024
1 parent 92b9480 commit 94f7c00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utilities/build_julia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ echo "--- Collect make options"
MFLAGS=()

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

Expand All @@ -58,7 +59,7 @@ for FLAG in "${MFLAGS[@]}"; do
done

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

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

0 comments on commit 94f7c00

Please sign in to comment.