diff --git a/engine/common/config_nzportable.h b/engine/common/config_nzportable.h index f42e35309..3694384d2 100644 --- a/engine/common/config_nzportable.h +++ b/engine/common/config_nzportable.h @@ -216,10 +216,8 @@ //enable some staticaly linked libraries --DLINK_FREETYPE //international text requires international fonts. -DLIBJPEG_STATIC -DLIBPNG_STATIC --DOPUS_STATIC --DSPEEX_STATIC +-DOPUS_STATIC //-Os //optimise for size instead of speed. less cpu cache needed means that its sometimes faster anyway. #endif diff --git a/tools/build-nzp-web.sh b/tools/build-nzp-web.sh index ba694c402..5a02e7226 100755 --- a/tools/build-nzp-web.sh +++ b/tools/build-nzp-web.sh @@ -1,2 +1,2 @@ cd ../engine -make makelibs FTE_TARGET=web && make web-rel FTE_TARGET=web FTE_CONFIG=nzportable -j32 +make web-rel FTE_CONFIG=nzportable -j32