Skip to content

Commit

Permalink
Debug wine
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jan 8, 2022
1 parent 7b6498b commit 83001ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
CXX: i686-w64-mingw32-g++
EXE_WRAPPER: wine
PKG_CONFIG: "false"
WINEDEBUG: "-all"
#WINEDEBUG: "-all"
run: |
make features
make -j $(nproc)
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
CXX: x86_64-w64-mingw32-g++
EXE_WRAPPER: wine
PKG_CONFIG: "false"
WINEDEBUG: "-all"
#WINEDEBUG: "-all"
run: |
make features
make -j $(nproc)
Expand Down

0 comments on commit 83001ae

Please sign in to comment.