Switched to -O3 optimisations
ci/woodpecker/push/woodpecker Pipeline was successful Details

master
Jef Roosens 2022-01-07 23:14:16 +01:00
parent b3dce446f1
commit 5920a16065
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
2 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
pkgname=jjr-st
pkgver=0.8.6
pkgrel=1
pkgrel=2
pkgdesc="My build of the st terminal"
arch=("x86_64")
@ -20,7 +20,7 @@ md5sums=('7a0155e070d14041f69ca4466aad18bf'
'54322cef62604ce8c288b3d2d20f1baa'
'ce86c3890ce6cc520f7d895c44089a7e'
'a018a90da9a432abf64f53c5356cf055'
'db3ef406027a4e75e6ddb50b986caa52'
'e218acce08fe5e32368acd62bf5aa646'
'f6fcbd03c6f1013e4f592278bf96086d'
'704b67624d026f76577ce51d021ef00a'
'04c3ca13a702147c62db90f556c5b3ca'

View File

@ -1,5 +1,5 @@
# st version
VERSION = 0.8.5
VERSION = 0.8.6
# Customize below to fit your system
@ -24,8 +24,9 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender\
# flags
STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS)
STLDFLAGS = $(LIBS) $(LDFLAGS)
CFLAGS = -O3
STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS)
STLDFLAGS = $(LIBS) $(LDFLAGS)
# OpenBSD:
#CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE