Ming Cheng wrote on 07/25/2018 09:35 AM:
Hi, How to inform GCC/G++ not to add __cyg_profile_func_enter/__cyg_profile_func_exit for a whole class, especially std classes like vector?
I think it must be the compile option -fno-instrument-functions
Ming Cheng wrote on 07/25/2018 09:35 AM:
Hi, How to inform GCC/G++ not to add __cyg_profile_func_enter/__cyg_profile_func_exit for a whole class, especially std classes like vector?
I think it must be the compile option -fno-instrument-functions