Skip to main content
Add disclaimer note
Source Link
Jonathan Leffler
  • 759.5k
  • 145
  • 961
  • 1.3k

In theory:

gcc -fno-inline -fno-builtin-inline ... 

But then you said -fno-builtin-memcpy didn't stop the compiler from inlining it, so there's no obvious reason why this should work any better.

In theory:

gcc -fno-inline -fno-builtin-inline ... 

In theory:

gcc -fno-inline -fno-builtin-inline ... 

But then you said -fno-builtin-memcpy didn't stop the compiler from inlining it, so there's no obvious reason why this should work any better.

Source Link
Jonathan Leffler
  • 759.5k
  • 145
  • 961
  • 1.3k

In theory:

gcc -fno-inline -fno-builtin-inline ...