Stream: brlcad

Topic: include-what-you-use


view this post on Zulip starseeker (Aug 31 2020 at 02:26):

This is sorta nifty:

CC="clang" CXX="clang++" cmake -DCMAKE_CXX_INCLUDE_WHAT_YOU_USE=/usr/bin/iwyu ..

view this post on Zulip Sean (Aug 31 2020 at 04:59):

That is pretty nifty!

view this post on Zulip Sean (Aug 31 2020 at 05:00):

of course, it's not playing well with wrapper libs, but then it's designed to do the opposite of wrapper libs


Last updated: Oct 09 2024 at 00:44 UTC