diff options
Diffstat (limited to 'contrib/gcc/c.opt')
-rw-r--r-- | contrib/gcc/c.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/c.opt b/contrib/gcc/c.opt index 820e5c9..80b5312 100644 --- a/contrib/gcc/c.opt +++ b/contrib/gcc/c.opt @@ -494,6 +494,10 @@ fdefault-inline C++ ObjC++ Inline member functions by default +fdirectives-only +C ObjC C++ ObjC++ +Preprocess directives only. + fdollars-in-identifiers C ObjC C++ ObjC++ Permit '$' as an identifier character |