Skip to content

Commit

Permalink
Added LZ4 compression to wasm_nl
Browse files Browse the repository at this point in the history
  • Loading branch information
fghalasz committed Feb 10, 2024
1 parent 0b0c82c commit ce7dead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/makefile-emscripten.wasm_nl-wasm_nl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MEDLEY?=../../medley
SYSOUT?=$(MEDLEY)/loadups/full.sysout

LD = emcc
LDFLAGS = -sUSE_SDL=2 -sASYNCIFY -sALLOW_MEMORY_GROWTH -sEXIT_RUNTIME=1 -sFORCE_FILESYSTEM
LDFLAGS = -sUSE_SDL=2 -sASYNCIFY -sALLOW_MEMORY_GROWTH -sEXIT_RUNTIME=1 -sFORCE_FILESYSTEM -sLZ4

LDELDFLAGS =

Expand Down

0 comments on commit ce7dead

Please sign in to comment.