Compiler flag negation not working for instrument functions?

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:

clang: error: unknown argument: ‘-fno-instrument-functions’

Is there a different convention in clang for disabling a compiler flag?