We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f370ac commit cd6dce2Copy full SHA for cd6dce2
packaging/fedora/clang-uml.spec
@@ -37,7 +37,7 @@ generated in PlantUML format.
37
38
%build
39
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
40
- -DCMAKE_CXX_FLAGS="-Wno-nonnull -Wno-stringop-overflow -Wno-dangling-reference" \
+ -DCMAKE_CXX_FLAGS="-Wno-nonnull -Wno-stringop-overflow -Wno-dangling-reference -Wno-array-bounds" \
41
-DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON \
42
-DCMAKE_INSTALL_PREFIX=%{_exec_prefix} \
43
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
0 commit comments