summaryrefslogtreecommitdiff
path: root/gcc/c-family/c.opt
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2021-02-03 11:37:35 -0800
committerNathan Sidwell <nathan@acm.org>2021-02-03 11:37:35 -0800
commit65165eb3f833a3f0415fd76913bf85722a13fbe0 (patch)
tree7df7716b7ec748d6c040f116333ccb9ef7ebd7de /gcc/c-family/c.opt
parent000bee388be0867b660516013a341f6cd6a0ae46 (diff)
downloadgcc-65165eb3f833a3f0415fd76913bf85722a13fbe0.tar.gz
Add -f[no-]header-guard-optdevel/c++-modules
Added so that one can determine the include graph from the -E output.
Diffstat (limited to 'gcc/c-family/c.opt')
-rw-r--r--gcc/c-family/c.opt4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index b209d46d32b..7c155b01cc6 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -1660,6 +1660,10 @@ C++ ObjC++ WarnRemoved
fhandle-exceptions
C++ ObjC++ Optimization Alias(fexceptions) Warn({%<-fhandle-exceptions%> has been renamed %<-fexceptions%> (and is now on by default)})
+fheader-guard-opt
+C ObjC C++ ObjC++
+Enable header file include guard optimization.
+
fhonor-std
C++ ObjC++ WarnRemoved