packaging: Ensure LTO is disabled
[platform/upstream/cryptsetup.git] / .lgtm.yml
1 queries:
2   - exclude: cpp/fixme-comment
3   - exclude: cpp/empty-block
4 # symver attribute detection cannot be used, disable it for lgtm
5 extraction:
6   cpp:
7     configure:
8       command:
9       - "./autogen.sh"
10       - "./configure --enable-external-tokens --enable-ssh-token"
11       - "echo \"#undef HAVE_ATTRIBUTE_SYMVER\" >> config.h"