diff --git a/srcpkgs/fail/template b/srcpkgs/fail/template index dc3f029a50..f013c917c7 100644 --- a/srcpkgs/fail/template +++ b/srcpkgs/fail/template @@ -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 " @@ -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"