On 21/09/2021 14:24, John Emmas via cfe-users wrote:

clang-cl /? reveals that it'll handle the Microsoft variant of /Ob0

[...]

So do you happen to know if clang-cl produces some kinda log file (i.e. that'd let me see which commands it actually received?)


All the signs here are that Clang is still trying to inline stuff - even when it's been told not to... so is there some way I could check if it responds correctly to "/Ob0"? Maybe ask a question on cfe-dev ?

John
_______________________________________________
cfe-users mailing list
cfe-users@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

Reply via email to