mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
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'
|
# Template file for 'fail'
|
||||||
pkgname=fail
|
pkgname=fail
|
||||||
version=0.1
|
version=0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Crash in various possible ways"
|
short_desc="Crash in various possible ways"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -9,3 +9,5 @@ license="Public Domain"
|
||||||
homepage="https://github.com/chneukirchen/fail"
|
homepage="https://github.com/chneukirchen/fail"
|
||||||
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=33be2e182a940b6e9b80ee13d47cd239d39fde3a9a4ee0a5e5ccb192c9a83288
|
checksum=33be2e182a940b6e9b80ee13d47cd239d39fde3a9a4ee0a5e5ccb192c9a83288
|
||||||
|
|
||||||
|
CFLAGS="-O1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue