Remove -Wno-error=format-security from build

This does not seem necessary anymore.
This commit is contained in:
Timm Bäder 2021-10-15 08:48:12 +02:00
parent 4017b140b6
commit 673d4b6aae
1 changed files with 0 additions and 4 deletions

View File

@ -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 \