Skip to content

Commit

Permalink
add debug symbols for local debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
FibreFoX committed Aug 24, 2024
1 parent 68a6ef5 commit 088c308
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-with-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: build binaries
if: ${{ matrix.os != 'macos-latest' }}
run: |
scons target=template_debug arch=x86_32
scons target=template_release arch=x86_32
scons target=template_debug arch=x86_64
scons target=template_release arch=x86_64
scons target=template_debug arch=x86_32 debug_symbols=yes
scons target=template_release arch=x86_32 debug_symbols=yes
scons target=template_debug arch=x86_64 debug_symbols=yes
scons target=template_release arch=x86_64 debug_symbols=yes
- name: build MacOS binaries
if: ${{ matrix.os == 'macos-latest' }}
run: |
Expand Down

0 comments on commit 088c308

Please sign in to comment.