Release 0.3.0-rc.1 #236

Merged
Jef Roosens merged 53 commits from release-0.3.0-rc.1 into main 2022-06-10 15:21:56 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2abbc11118 - Show all commits

View file

@ -22,7 +22,7 @@ build() {
# The default CFLAGS for some reason causes vieter to segfault if used
# inside the PKGBUILD. As a workaround, we use tcc to build a debug build
# that does work, so we can generate the manpages.
CFLAGS= make man
CFLAGS= LDFLAGS= make man
}
package() {

View file

@ -30,7 +30,7 @@ build() {
# The default CFLAGS for some reason causes vieter to segfault if used
# inside the PKGBUILD. As a workaround, we use tcc to build a debug build
# that does work, so we can generate the manpages.
CFLAGS= make man
CFLAGS= LDFLAGS= make man
}
package() {