# # Generic framework for creating dynamic analysis tools. # # Valgrind is an instrumentation framework for building dynamic analysis tools. # There are Valgrind tools that can automatically detect many memory management # and threading bugs, and profile your programs in detail. You can also use # Valgrind to build new tools. # 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=valgrind pkgversion=3.20.0 arch=amd64 release=1 pkgcategory="devel" full_pkgname=valgrind_3.20.0_amd64-1@devel blurb="Generic framework for creating dynamic analysis tools." homepage="https://valgrind.org/" license="GPLv2" fetch="https://sourceware.org/pub/valgrind/valgrind-3.20.0.tar.bz2" replace=""