generated from general-packages/pika-pkg-template
amanda=1:3.5.1-12
Some checks failed
PikaOS Upstream Package Build & Release (amd64-v3 + LTO) / build (push) Failing after 21s
Some checks failed
PikaOS Upstream Package Build & Release (amd64-v3 + LTO) / build (push) Failing after 21s
This commit is contained in:
parent
18b7eb76df
commit
ba7b386994
@ -2,4 +2,4 @@ export PIKA_PACKAGE_VERSION="1:3.5.1-12"
|
||||
export PIKA_PACKAGE_NAME="amanda"
|
||||
export PIKA_PACKAGE_PATCH=false
|
||||
export PIKA_REBUILD=false
|
||||
export PIKA_REBUILD_VERSION="b2"
|
||||
export PIKA_REBUILD_VERSION="b3"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#! /bin/bash
|
||||
. ./lto.sh
|
||||
. pika-build-config/lto.sh
|
||||
export PIKA_BUILD_ARCH="amd64-v3"
|
||||
export DEBIAN_FRONTEND="noninteractive"
|
||||
export DEB_BUILD_MAINT_OPTIONS="optimize=+lto -march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#! /bin/bash
|
||||
. ./nonelto.sh
|
||||
. pika-build-config/nonelto.sh
|
||||
export PIKA_BUILD_ARCH="amd64-v3"
|
||||
export DEBIAN_FRONTEND="noninteractive"
|
||||
export DEB_BUILD_MAINT_OPTIONS="optimize=-march=x86-64-v3 -O3"
|
||||
|
Loading…
Reference in New Issue
Block a user