Yesterday i update Arch, now try build in release and get many link errors
error: ld.lld: undefined reference: pthread_join@GLIBC_2.34
note: referenced by /usr/lib/libSDL3.so (disallowed by --no-allow-shlib-undefined)
error: ld.lld: undefined reference: dlerror@GLIBC_2.34
note: referenced by /usr/lib/libSDL3.so (disallowed by --no-allow-shlib-undefined)
error: ld.lld: undefined reference: __strlcpy_chk@GLIBC_2.38
note: referenced by /usr/lib/libSDL3.so (disallowed by --no-allow-shlib-undefined)
but in debug(llvm and native) it's ok and i get window with my program, all works