Switched back to -O1 in fear of undefined behavior
ci/woodpecker/push/woodpecker Pipeline was successful Details

master
Jef Roosens 2022-01-08 12:13:56 +01:00
parent 5920a16065
commit c853108d20
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -24,7 +24,7 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender\
# flags
STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
CFLAGS = -O3
CFLAGS = -O1
STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS)
STLDFLAGS = $(LIBS) $(LDFLAGS)