Skip to content

Commit 9b97888

Browse files
authored
Merge pull request #11 from webosbrew/feature/debug-build
Enable Debug Build for webOS
2 parents 5907714 + 8ba7a58 commit 9b97888

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)