Skip to content

Commit

Permalink
use buildtype debug for debugging purposes
Browse files Browse the repository at this point in the history
don't build swrast
  • Loading branch information
SolDev69 committed Jan 6, 2024
1 parent 7931f35 commit 88b27fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pojav-gallium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
-Dopengl=true \
-Dosmesa=true \
-Dvulkan-drivers= \
-Dgallium-drivers=zink,swrast \
-Dgallium-drivers=zink \
-Dfreedreno-kgsl=true \
-Dshared-glapi=false
-Dshared-glapi=false \
-Dbuildtype=debug
ninja -C "build-android" install
- name: Upload libraries
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 88b27fe

Please sign in to comment.