Skip to content

Commit

Permalink
Enable verbose make
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Nov 21, 2023
1 parent 2a16b96 commit f23735b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BINUTILS_VERSION=${BINUTILS_VERSION:-binutils-master}
TARGET=${TARGET:-aarch64-w64-mingw32}
SOURCE_PATH=${SOURCE_PATH:-$PWD/code}
BUILD_PATH=${BUILD_PATH:-$PWD/build-$TARGET}
BUILD_MAKE_OPTIONS=${BUILD_MAKE_OPTIONS:--j$(nproc)}
BUILD_MAKE_OPTIONS=${BUILD_MAKE_OPTIONS:-V=1 -j$(nproc)}
INSTALL_PATH=${INSTALL_PATH:-~/cross}

PATH=$INSTALL_PATH/bin:$PATH

0 comments on commit f23735b

Please sign in to comment.