Skip to content

Commit

Permalink
nxdk: Build in optimized mode
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Oct 30, 2023
1 parent 8b141d9 commit 3101a69
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 all cxbe
run: PATH="${NXDK_DIR}/bin:$PATH" make -j $(nproc) -C "$NXDK_DIR" NXDK_ONLY=1 LTO=y CFLAGS=-O2 CXXFLAGS=-O2 all cxbe

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

0 comments on commit 3101a69

Please sign in to comment.