T
TQ Pham
Hi,
How can you disable finstrument-functions option for included files ?
For example:
I have A.cxx, which include B.hxx
I want to compile A with -finstrument-functions, but it always do the
same with all the functions which have declaration, and implementation
in B (some short, inline functions, for example).
So how can I apply -finstrument-functions to A only, not to B ?
Thank you in advance
TQ Pham
How can you disable finstrument-functions option for included files ?
For example:
I have A.cxx, which include B.hxx
I want to compile A with -finstrument-functions, but it always do the
same with all the functions which have declaration, and implementation
in B (some short, inline functions, for example).
So how can I apply -finstrument-functions to A only, not to B ?
Thank you in advance
TQ Pham