]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
build: Remove -fno-new-ttp-matchingg flag
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 16 Sep 2022 00:05:57 +0000 (20:05 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 16 Sep 2022 00:05:57 +0000 (20:05 -0400)
commitf5bb77557279b0b93b12c365769e6c673678d4ef
tree53781677c0eca8e301b6ae092b25d7c237b4caa4
parentf0d6c7a8b5bfd5606b9ebfc75f7494a34285afd4
build: Remove -fno-new-ttp-matchingg flag

This was added in the upgrade to C++17. It's no longer needed since
fixing Clang compatibility got rid of non-conforming templates.

It's no longer needed and getting rid of it is a (minor) quality of
life enhancement since it gets rid of a spurious error when using
Clang based build tools (language server, etc.) while compiling with
GCC.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/CMakeLists.txt