[cfe-dev] Compiler flag negation not working for instrument functions?

Gonzalo BG gonzalobg88 at gmail.com
Thu Feb 5 04:42:57 PST 2015


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150205/702e5456/attachment.html>


More information about the cfe-dev mailing list