Skip to content

Commit

Permalink
Enable optimisations
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousdannii committed Jul 9, 2024
1 parent 1eba7a6 commit f992035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -z "$(docker images -q infocom-frotz:$DOCKER_TAG 2> /dev/null)" ]; then
fi

PORTS="--use-port=freetype --use-port=libjpeg --use-port=libpng --use-port=sdl2 --use-port=sdl2_mixer --use-port=zlib"
COMMON_OPTS="$PORTS"
COMMON_OPTS="$PORTS -O3"
COMP_OPTS="$COMMON_OPTS -DNO_EXECINFO_H"
LINK_OPTS="$COMMON_OPTS -lidbfs.js --js-library ../src/frotz-library.js --pre-js ../src/preamble.js --profiling-funcs -sALLOW_MEMORY_GROWTH -sASYNCIFY -sENVIRONMENT=web"

Expand Down

0 comments on commit f992035

Please sign in to comment.