KhronosGroup / KTX-Software

KTX (Khronos Texture) Library and Tools
Other
834 stars 222 forks source link

Fix: Enlarge Emscripten stack for UASTC encoder. #895

Closed MarkCallow closed 2 months ago

MarkCallow commented 2 months ago

Prevents exception in web version of the encoder.

Move most Emscripten link options to INTERFACE_LINK_OPTIONS on ktx and ktx_read targets to avoid explicitly duplicating them across targets having a dependency on these.

Add -g to Debug config compile options to ensure debug info is generated.