We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9c2f8 commit 94c97b7Copy full SHA for 94c97b7
Makefile
@@ -4,7 +4,7 @@
4
# Tweak this to centos-stream-9-x86_64 to build for CentOS
5
MOCK_CHROOT?=fedora-rawhide-x86_64
6
MOCK_OPTS?=
7
-MOCK_OPTS_RELEASE?=--no-clean --no-cleanup-after $(MOCK_OPTS)
+MOCK_OPTS_RELEASE?=--no-clean --no-cleanup-after --without lto_build $(MOCK_OPTS)
8
MOCK_OPTS_SNAPSHOT?=$(MOCK_OPTS_RELEASE) --with snapshot_build $(MOCK_OPTS)
9
YYYYMMDD?=$(shell date +%Y%m%d)
10
SOURCEDIR=$(shell pwd)
0 commit comments