Skip to content

Commit

Permalink
- Add message and trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Nov 22, 2024
1 parent 4d39835 commit 685d75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deps-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build compat version
run: |
mkdir -p ${{ env.BUILD_DIR }}
emcmake cmake -B ${{ env.BUILD_DIR }} -S megasource -DCMAKE_BUILD_TYPE=Release -DLOVE_JIT=0 -DLOVEJS_COMPAT=1 -DSEXPORT_ALL=1 -DSMAIN_MODULE=1 -DSERROR_ON_UNDEFINED_SYMBOLS=0
emcmake cmake --trace-expand -B ${{ env.BUILD_DIR }} -S megasource -DCMAKE_BUILD_TYPE=Release -DLOVE_JIT=0 -DLOVEJS_COMPAT=1 -DSEXPORT_ALL=1 -DSMAIN_MODULE=1 -DSERROR_ON_UNDEFINED_SYMBOLS=0
emmake make -C ${{ env.BUILD_DIR }} -j
- name: Copy files
run: |
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ if(EXISTS ${MEGA_LOVE}/CMakeLists.txt)

# Turn off third-party warnings when building with LOVE.
foreach(MEGA_LIB ${MEGA_3P})
message(STATUS "Disabling warnings for ${MEGA_LIB}")
disable_warnings(${MEGA_LIB})
endforeach()

Expand Down

0 comments on commit 685d75f

Please sign in to comment.