[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Q: How to avoid blhc failure



That file is specially compiled using a different set of flags. This
is done deliberately, and is not an issue. You can squelch the false
positive using an appropriate stanza in debian/rules, to issue a
command in the log that tells blhc to stand down. Like this:

execute_before_dh_auto_build:
        @echo "blhc: ignore-line-regexp: .*/CMakeCXXCompilerABI.cpp.*"


Reply to: