From 61981bee0e63835c622051930c1d88a04d34189c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 2 Jan 2019 13:54:48 +0000 Subject: [PATCH] Annocheck: Do not ignore -Og when checking to see if an optimization level has been set. (#1624162) --- annobin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index 1a2f2c2..1f92bc3 100644 --- a/annobin.spec +++ b/annobin.spec @@ -15,7 +15,7 @@ Name: annobin Summary: Binary annotation plugin for GCC -Version: 8.65 +Version: 8.66 Release: 1%{?dist} License: GPLv3+ @@ -200,6 +200,9 @@ make check #--------------------------------------------------------------------------------- %changelog +* Wed Jan 02 2019 Nick Clifton - 8.66-1 +- Annocheck: Do not ignore -Og when checking to see if an optimization level has been set. (#1624162) + * Tue Dec 11 2018 Nick Clifton - 8.65-1 - Annobin: Fix handling of multiple .text.unlikely sections.