From 40ffd963502b51fb9c9ea6af21c81d122634f8b2 Mon Sep 17 00:00:00 2001 From: DXwangg Date: Mon, 31 Oct 2022 18:41:30 +0800 Subject: [PATCH] test --- openjdk-latest.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openjdk-latest.spec b/openjdk-latest.spec index dd379c7..4384d6c 100644 --- a/openjdk-latest.spec +++ b/openjdk-latest.spec @@ -22,6 +22,9 @@ # Enable release builds by default on relevant arches. %bcond_without release + +# test + # 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. %global _find_debuginfo_opts -g -- Gitee