# # A small build system with a focus on speed. # # Ninja is a small build system with a focus on speed. It differs from # other build systems in two major respects: it is designed to have its # input files generated by a higher-level build system, and it is # designed to run builds as fast as possible. # 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=ninja pkgversion=1.11.1 arch=amd64 release=1 pkgcategory="devel" full_pkgname=ninja_1.11.1_amd64-1@devel blurb="A small build system with a focus on speed." homepage="https://ninja-build.org" license="Apache License v2.0" fetch="https://github.com/ninja-build/ninja/archive/v1.11.1/ninja-1.11.1.tar.gz" replace=""