This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
19
Wiki
Activity
Browse Source
Fix wasm-noopt build
Signed-off-by: falkTX <falktx@falktx.com>
tags/23.02
falkTX
2 years ago
parent
1632dc88d3
commit
1f2f14589e
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.github/workflows/build.yml
+1
-1
carla
+ 1
- 0
.github/workflows/build.yml
View File
@@ -885,6 +885,7 @@ jobs:
- name: Build wasm-noopt cross-compiled
if: steps.cache.outputs.cache-hit == 'true'
env:
PAWPAW_NOSIMD: 1
NOSIMD: true
WITH_LTO: false
run: |
+ 1
- 1
carla
@@ -1 +1 @@
Subproject commit
4c29367b6e6f82e75746b9ee3a01f9d205c0beae
Subproject commit
33a142f447925f55d00532933a1f28e9745c13eb
Write
Preview
Loading…
Cancel
Save