Remove -Wno-error=format-security from build
This does not seem necessary anymore.
This commit is contained in:
parent
4017b140b6
commit
673d4b6aae
@ -64,10 +64,6 @@ The package contains the LLDB Python module.
|
|||||||
%autosetup -n %{lldb_srcdir} -p2
|
%autosetup -n %{lldb_srcdir} -p2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
CFLAGS="%{optflags} -Wno-error=format-security"
|
|
||||||
CXXFLAGS="%{optflags} -Wno-error=format-security"
|
|
||||||
|
|
||||||
%cmake -GNinja \
|
%cmake -GNinja \
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DCMAKE_SKIP_RPATH:BOOL=ON \
|
-DCMAKE_SKIP_RPATH:BOOL=ON \
|
||||||
|
Loading…
Reference in New Issue
Block a user