You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LTO can be incompatible with certain projects, in particular larger projects. Both in terms of resource exhaustion and pure compatibility (i.e. breaking builds).
An option is to enable a mode of fuzz-introspector that does not rely on LTO, but provides analyses based on data that is not extracted with LTO. In essence, LTO is used to extract program-wide data, so, analyses without LTO should simply be based on data that is non-program-wide. This is e.g.
LTO can be incompatible with certain projects, in particular larger projects. Both in terms of resource exhaustion and pure compatibility (i.e. breaking builds).
An option is to enable a mode of fuzz-introspector that does not rely on LTO, but provides analyses based on data that is not extracted with LTO. In essence, LTO is used to extract program-wide data, so, analyses without LTO should simply be based on data that is non-program-wide. This is e.g.
Ref google/oss-fuzz#7573 (comment)
The text was updated successfully, but these errors were encountered: