Changeset 43299af for doc


Ignore:
Timestamp:
Dec 23, 2024, 11:28:47 AM (4 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
4f4ae60
Parents:
a5e2786f
Message:

Isolated the removal of -fgnu89-inline. With the recent static/static inline updates this does not effect any of our code but should enable further optimizations. And the new standard is a quarter centery old.

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/man/cfa.1

    ra5e2786f r43299af  
    5757.IP "-std=gnu11" 3
    5858The 2011 C standard plus GNU extensions.
    59 .IP "-fgnu89-inline"
    60 Use the traditional GNU semantics for inline routines in C11 mode, which allows inline routines in header files.
    6159.IP "-imacros stdbool.h"
    6260Include stdbool.h to get defines for bool/true/false.
  • doc/user/user.tex

    ra5e2786f r43299af  
    363363\Indexc{-std=gnu11}\index{compilation option!-std=gnu11@{©-std=gnu11©}}
    364364The 2011 C standard plus GNU extensions.
    365 \item
    366 \Indexc[deletekeywords=inline]{-fgnu89-inline}\index{compilation option!-fgnu89-inline@{\lstinline[deletekeywords=inline]{-fgnu89-inline}}}
    367 Use the traditional GNU semantics for inline routines in C11 mode, which allows inline routines in header files.
    368365\end{description}
    369366
Note: See TracChangeset for help on using the changeset viewer.