Skip to content

Commit

Permalink
chore: verbose ninja logging to figure out reason for rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Nov 21, 2023
1 parent 0f843c3 commit ac55f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd build

case "-$BUILD_TYPE-" in
*-ninja-*)
BUILD_TOOL=ninja
BUILD_TOOL="ninja -d explain -v"
CMAKE_ARGS="-GNinja"
;;
*-make-*)
Expand Down

0 comments on commit ac55f40

Please # to comment.