Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

Enable ASM code
# Description: The package pulls `makedepends=('uasm')`, but it does not enable any assembly code. It is easily detectable by the CLI output header. Now: ``` $ 7z i 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 64-bit locale=C.UTF-8 Threads:16 OPEN_MAX:8192 ... ``` Should be: ``` $ 7z i 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29 64-bit locale=C.UTF-8 Threads:16 OPEN_MAX:8192, ASM ... ``` Assembly code **significantly** improves performance. # Additional info: * package version(s): 24.09-2
issue