[llvm-dev] Disabling inline compilation (Clang with VS2019)
John Emmas via llvm-dev
llvm-dev at lists.llvm.org
Wed Sep 22 08:09:19 PDT 2021
On 22/09/2021 15:25, paul.robinson at sony.com wrote:
> You can add -v to the command line, which will report the internal command
> line passed from the driver to the compiler proper, and with /Ob0 you
> should see -fno-inline on that command line.
>
Yes that works. So it's strange that the inlining seems to be different
for us (unless it's some other project setting??)
John
More information about the llvm-dev
mailing list