diff --git a/openjdk-11.spec b/openjdk-11.spec index 9c7776aac3f57a4f1d083ed71dafd10f62d691b9..d1e18fafa0d4dbf7a5c7b9f75c0cc3933e1ed55c 100644 --- a/openjdk-11.spec +++ b/openjdk-11.spec @@ -22,6 +22,8 @@ # Enable release builds by default on relevant arches. %bcond_without release +%define _lto_cflags %{nil} + # The -g flag says to use strip -g instead of full strip on DSOs or EXEs. # This fixes detailed NMT and other tools which need minimal debug info. # See: https://bugzilla.redhat.com/show_bug.cgi?id=1520879 @@ -205,7 +207,6 @@ # not-duplicated scriptlets for normal/debug packages %global update_desktop_icons /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - %define post_script() %{expand: update-desktop-database %{_datadir}/applications &> /dev/null || : /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : diff --git a/test-ci.md b/test-ci.md new file mode 100644 index 0000000000000000000000000000000000000000..8f9f6febbfd7378ceadb34b6201d06266bfd255a --- /dev/null +++ b/test-ci.md @@ -0,0 +1 @@ +only for test ci