# # A high performance build system. # # Meson is a cross-platform build system designed to be both as fast # and as user friendly as possible. It supports many languages and # compilers, including GCC, Clang and Visual Studio. Its build # definitions are written in a simple non-turing complete DSL. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=meson pkgversion=1.1.0 arch=amd64 release=1 pkgcategory="devel" full_pkgname=meson_1.1.0_amd64-1@devel blurb="A high performance build system." homepage="https://www.mesonbuild.com" license="Apache License v2.0" fetch="https://github.com/mesonbuild/meson/releases/download/1.1.0/meson-1.1.0.tar.gz" replace=""