rozniak / xfce-winxp-tc

Windows XP stuff for XFCE
Other
1.11k stars 37 forks source link

Disable ASan for checked build on distros that use musl #322

Closed rozniak closed 5 months ago

rozniak commented 5 months ago

musl does not have ASan support, so checked builds fail to compile on Alpine Linux and Void Linux (musl). Add exception in the common/CMakeLists.txt for this.