Skip to content

Commit

Permalink
Revert "nxdk: Build in optimized mode"
Browse files Browse the repository at this point in the history
This reverts commit 98e8d35.
  • Loading branch information
StephenCWills committed Oct 30, 2023
1 parent 796a4a3 commit 1ac5024
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 @@ -39,7 +39,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 all cxbe

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

0 comments on commit 1ac5024

Please sign in to comment.