Displaying 1 result from an estimated 1 matches for "792d39c6".
2016 Oct 13
2
LTO prevention help
I'm trying to learn about LTO. I have a static variable that I try to give
a non-compile-time-constant value to. With LTO turned off, the sprintf
happens i.e. a breakpoint set on that line does get triggered. With LTO
turned on (either Monolithic or Incremental), the code appears to be
removed/elided/deleted/forgotten/dropped/lost/ignored and the breakpoint is
never tripped.
What can I do to