Skip to content

Commit

Permalink
xbox_nxdk.yml: Remove LTO=y from SDK flags
Browse files Browse the repository at this point in the history
Apparently compiling with LTO breaks USB
  • Loading branch information
glebm committed Nov 1, 2023
1 parent a9c0f57 commit 44f3560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xbox_nxdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Build nxdk
shell: bash
run: PATH="${NXDK_DIR}/bin:$PATH" make -j $(nproc) -C "$NXDK_DIR" NXDK_ONLY=1 LTO=y CFLAGS=-O2 CXXFLAGS=-O2 all cxbe
run: PATH="${NXDK_DIR}/bin:$PATH" make -j $(nproc) -C "$NXDK_DIR" NXDK_ONLY=1 CFLAGS=-O2 CXXFLAGS=-O2 all cxbe

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 44f3560

Please sign in to comment.