Allow to build without SSE optimizations, letting simde fake it

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-12-28 14:31:27 +00:00
parent dd29816464
commit 2ad135551e
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
10 changed files with 20 additions and 23 deletions

View file

@ -877,7 +877,7 @@ jobs:
run: |
source ~/emsdk/emsdk_env.sh
make features
make CIBUILD=true NOPLUGINS=true STATIC_BUILD=true USE_GLES2=true -j $(nproc)
make CIBUILD=true NOPLUGINS=true NOOPT=true STATIC_BUILD=true USE_GLES2=true -j $(nproc)
- name: Make wasm versioned and compress
run: |
VERSION=$(cat Makefile | awk 'sub("VERSION = ","")')