<div dir="ltr">I'm trying to disable instrument functions for a single TU where the instrumentation is specified. To enable the flag "-finstrument-functions" is used. To disable the flag I've tried "-fno-instrument-functions". However:<br><br>> clang: error: unknown argument: '-fno-instrument-functions'<br><br>Is there a different convention in clang for disabling a compiler flag?<br></div>