fail: force -O1.
This commit is contained in:
parent
73af9350c2
commit
3e19853bf5
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fail'
|
||||
pkgname=fail
|
||||
version=0.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
short_desc="Crash in various possible ways"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -9,3 +9,5 @@ license="Public Domain"
|
|||
homepage="https://github.com/chneukirchen/fail"
|
||||
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=33be2e182a940b6e9b80ee13d47cd239d39fde3a9a4ee0a5e5ccb192c9a83288
|
||||
|
||||
CFLAGS="-O1"
|
||||
|
|
Loading…
Reference in a new issue