rozniak / xfce-winxp-tc

Windows XP stuff for XFCE
Other
929 stars 30 forks source link

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

Closed rozniak closed 2 weeks ago

rozniak commented 2 weeks 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.