@CxByte The cmake scripts force -march=native or -march=x86-64-v3. Neither is suitable for some use cases (binary repos).
If you decide to remove it with sed, users can still customize build flags in /etc/makepkg.conf.
sed -e '/march=/d' -i ladybird/Meta/CMake/common_compile_options.cmake
Pinned Comments
CxByte commented on 2025-07-10 01:47 (UTC)
A note since this package now builds with the system libs: skia has to be installed and available through pkg-conf;
skia-staticprovides the specific version (and a pkg-conf file) needed by this build.