Trying a different debug flag

This commit is contained in:
2023-03-20 14:37:15 -07:00
parent 1d5ac5729f
commit c15fc4ef8a

View File

@ -25,10 +25,9 @@ jobs:
run: | run: |
export VITASDK=/usr/local/vitasdk export VITASDK=/usr/local/vitasdk
export PATH=$VITASDK/bin:$PATH export PATH=$VITASDK/bin:$PATH
export CMAKE_BUILD_TYPE=Debug
mkdir build mkdir build
cd build cd build
cmake .. -DDAWN_BUILD_TARGET=target-helloworld-vita cmake .. -DDAWN_BUILD_TARGET=target-helloworld-vita -DCMAKE_BUILD_TYPE=Debug
make make
- name: Deploying - name: Deploying