Skip to content

Commit

Permalink
GHA.Windows: revert debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Jun 14, 2024
1 parent 32473b4 commit a2c63e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ "$mode" = "debug" ]; then
mode="_$mode"
fi

sh -x "$conf" --prefix="$outdir" --enable-static --disable-shared --enable-64bit --with-pic $DBG_ARGS
sh "$conf" --prefix="$outdir" --enable-static --disable-shared --enable-64bit --with-pic $DBG_ARGS

make -j 4

Expand Down
5 changes: 0 additions & 5 deletions win/configure
Original file line number Diff line number Diff line change
Expand Up @@ -918,11 +918,6 @@ else
all:
@echo 'ac_maketemp="${MAKE}"'
EOF
echo
cat conftestmake
echo
${MAKE-make} -f conftestmake
echo
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
if test -n "$ac_maketemp"; then
Expand Down

0 comments on commit a2c63e3

Please sign in to comment.