Updated packaging warnings

This commit is contained in:
Bartek Kryza
2023-06-03 18:36:02 +02:00
parent 12f129a6fe
commit 9f726e495c
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ export CLANGUML_GIT_COMMIT={{GIT_COMMIT}}
override_dh_auto_configure:
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_CXX_FLAGS="-Wno-nonnull -Wno-stringop-overflow" \
-DCMAKE_CXX_FLAGS="-Wno-nonnull -Wno-stringop-overflow -Wno-dangling-reference" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DGIT_VERSION={{VERSION}} \
-DBUILD_TESTS=OFF