# # System call tracer tool. # # Strace is a tool to trace system calls and signals. # 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=strace pkgversion=6.1 arch=amd64 release=1 pkgcategory="devel" full_pkgname=strace_6.1_amd64-1@devel blurb="System call tracer tool." homepage="https://strace.io" license="BSD-3 clause" fetch="https://strace.io/files/6.1/strace-6.1.tar.xz" replace=""