make sure we disable werror even harder.

This commit is contained in:
Dave Airlie 2022-11-10 14:10:33 +10:00
parent c9c62d0da1
commit a6ebc0c75f

View File

@ -51,6 +51,7 @@ developing applications that use %{name}.
%global optflags %(echo %{optflags} | sed 's/-O2 /-O1 /')
%cmake3 -DCMAKE_BUILD_TYPE=Release \
-DBUILD_WERROR=OFF \
-DGLSLANG_INSTALL_DIR=%{_prefix} \
-DBUILD_LAYER_SUPPORT_FILES:BOOL=ON \
-DUSE_ROBIN_HOOD_HASHING:BOOL=OFF \