Skip to content

Commit 8ba7a58

Browse files
committed
build without strip if debug is on
1 parent 0e41365 commit 8ba7a58

File tree

2 files changed

+307
-303
lines changed

2 files changed

+307
-303
lines changed

.github/workflows/webOS.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
run: |
6767
. /tmp/arm-webos-linux-gnueabi_sdk-buildroot/environment-setup
6868
make -f Makefile.webos ipk PACKAGE_NAME=${PACKAGE_NAME} ADD_SDL2_LIB=1 -j$(getconf _NPROCESSORS_ONLN)
69+
env:
70+
DEBUG: ${{ github.event_name == 'release' && '0' || '1' }}
6971

7072
- name: Get short SHA
7173
id: slug

0 commit comments

Comments
 (0)