diff options
Diffstat (limited to 'tcc-doc.texi')
| -rw-r--r-- | tcc-doc.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi index a8849f0..4e26489 100644 --- a/tcc-doc.texi +++ b/tcc-doc.texi @@ -242,7 +242,11 @@ assume a nested named structure declaration without identifier behave like an unnamed one. @item -fdollars-in-identifiers -Allow a dollars in identifiers +Allow a dollars in identifiers. + +@item -fnormalize-inc-dirs +Be more gcc compatible and remove non-existent or duplicate directories +from include paths. This helps to compile such packages as coreutils. @end table |
