ARM-software / astc-encoder

The Arm ASTC Encoder, a compressor for the Adaptive Scalable Texture Compression data format.

Home Page:https://developer.arm.com/graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`color_uquant_to_scrambled_pquant_tables` not defined for decompress only build

unclejimbo opened this issue · comments

The definition of color_uquant_to_scrambled_pquant_tables is guarded by #if !defined(ASTCENC_DECOMPRESS_ONLY) #endif but used in astcenc_symbolic_physical.cpp unguarded. v4.3.1

Thanks for the bug report. The Release build we have in CI wasn't failing because LTO was stripping out the dead code before linkage fails.