Don't define LINK_FREETYPE and SPEEX_STATIC in config_nzportable.h

This commit is contained in:
peter0x44 2024-09-08 15:45:33 +01:00
parent ac12778fa5
commit 11acc97349
2 changed files with 2 additions and 4 deletions

View File

@ -216,10 +216,8 @@
//enable some staticaly linked libraries
-DLINK_FREETYPE //international text requires international fonts.
-DLIBJPEG_STATIC
-DLIBPNG_STATIC
-DOPUS_STATIC
-DSPEEX_STATIC
//-Os //optimise for size instead of speed. less cpu cache needed means that its sometimes faster anyway.
#endif

View File

@ -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