From c945e4a28b29f0724a575f10ff4e0e0ba348b2f5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 5 Sep 2017 07:03:42 +0000 Subject: [PATCH] add one more cov-configure to make coverity happy --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 1ce723c7..e5a454f9 100755 --- a/debian/rules +++ b/debian/rules @@ -244,6 +244,7 @@ override_dh_auto_configure: preconfigure cov-configure --compiler g++-$(GCC_VERSION) --comptype gcc; \ cov-configure -co /usr/bin/g++-$(GCC_VERSION) --comptype gcc -- -std=c++0x -fPIC -std=c++11; \ cov-configure -co /usr/bin/gcc-$(GCC_VERSION) --comptype gcc -- -fPIC; \ + cov-configure -co /usr/bin/g++-$(GCC_VERSION) --comptype gcc -- -std=c++0x -fPIC -std=c++11 -fno-exceptions; \ cov-configure --compiler cc --comptype gcc --template \ --xml-option append_arg:"--ppp_translator" \ --xml-option append_arg:"replace/llvm::AlignOf::Alignment/(llvm::AlignOf::Alignment)" \