From 673d4b6aae2cb2bec786ae917dcbdc0ea483c67f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 15 Oct 2021 08:48:12 +0200 Subject: [PATCH] Remove -Wno-error=format-security from build This does not seem necessary anymore. --- lldb.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lldb.spec b/lldb.spec index 9a00049..d46d17b 100644 --- a/lldb.spec +++ b/lldb.spec @@ -64,10 +64,6 @@ The package contains the LLDB Python module. %autosetup -n %{lldb_srcdir} -p2 %build - -CFLAGS="%{optflags} -Wno-error=format-security" -CXXFLAGS="%{optflags} -Wno-error=format-security" - %cmake -GNinja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_SKIP_RPATH:BOOL=ON \