Skip to content

Commit 94c97b7

Browse files
committed
Add --without lto_build to default mock options in Makefile
1 parent 7c9c2f8 commit 94c97b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Tweak this to centos-stream-9-x86_64 to build for CentOS
55
MOCK_CHROOT?=fedora-rawhide-x86_64
66
MOCK_OPTS?=
7-
MOCK_OPTS_RELEASE?=--no-clean --no-cleanup-after $(MOCK_OPTS)
7+
MOCK_OPTS_RELEASE?=--no-clean --no-cleanup-after --without lto_build $(MOCK_OPTS)
88
MOCK_OPTS_SNAPSHOT?=$(MOCK_OPTS_RELEASE) --with snapshot_build $(MOCK_OPTS)
99
YYYYMMDD?=$(shell date +%Y%m%d)
1010
SOURCEDIR=$(shell pwd)

0 commit comments

Comments
 (0)