Skip to content

Commit

Permalink
disable lto in srpm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Jun 5, 2023
1 parent 2f2047b commit 19856db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/cpack_rpm.cmake
Expand Up @@ -107,6 +107,7 @@ SET(CPACK_RPM_SPEC_MORE_DEFINE "
%define _sysconfdir ${INSTALL_SYSCONFDIR}
%define restart_flag_dir %{_localstatedir}/lib/rpm-state/mariadb
%define restart_flag %{restart_flag_dir}/need-restart
%define _lto_cflags %{nil}
%{?filter_setup:
%filter_provides_in \\\\.\\\\(test\\\\|result\\\\|h\\\\|cc\\\\|c\\\\|inc\\\\|opt\\\\|ic\\\\|cnf\\\\|rdiff\\\\|cpp\\\\)$
Expand Down

0 comments on commit 19856db

Please sign in to comment.