Changeset 43299af for driver


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    ra5e2786f r43299af  
    522522                        args[nargs++] = "-std=gnu11";                           // default c11, if none specified
    523523                } // if
    524                 args[nargs++] = "-fgnu89-inline";
    525524                args[nargs++] = "-D__int8_t_defined";                   // prevent gcc type-size attributes
    526525                args[nargs++] = ( *new string( string("-B") + bprefix ) ).c_str();
Note: See TracChangeset for help on using the changeset viewer.