# # A free portable assembler. # # Designed for the Intel 80x86 microprocessor series, using primarily # the traditional Intel instruction mnemonics and syntax. # 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=nasm pkgversion=2.15.05 arch=amd64 release=1 pkgcategory="devel" full_pkgname=nasm_2.15.05_amd64-1@devel blurb="A free portable assembler." homepage="https://nasm.us" license="BSD" fetch="https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.bz2" replace=""