Skip to content

Commit

Permalink
Add hxcpp_compile_cache to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Sanderson committed Feb 1, 2025
1 parent b96db98 commit e956e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
runs-on: ${{ matrix.os }}
env:
HXCPP_COMPILE_CACHE: ${{ runner.temp }}/hxcpp_cache
HXCPP_COMPILE_MB: 4000
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion project/toolkit/jpeg/files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<set name="NME_JPEG" value="${this_dir}/libjpeg-turbo/" />
<set name="NME_JPEG_SRC" value="${this_dir}/libjpeg-turbo/src/" />
<echo value="${INCLUDE}/" />

<!-- nasm on mac x64 generate a whole lot of warning messages. Nice just to skip it? -->
<set name="JPEG_SUPPRESS_SIMD" value="1" if="macos HXCPP_M64 NME_STATIC_LINK" unless="NME_NOISY_SIMD" />
Expand Down

0 comments on commit e956e87

Please sign in to comment.