- Timestamp:
- Dec 23, 2024, 11:28:47 AM (4 weeks ago)
- Branches:
- master
- Children:
- 4f4ae60
- Parents:
- a5e2786f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
ra5e2786f r43299af 522 522 args[nargs++] = "-std=gnu11"; // default c11, if none specified 523 523 } // if 524 args[nargs++] = "-fgnu89-inline";525 524 args[nargs++] = "-D__int8_t_defined"; // prevent gcc type-size attributes 526 525 args[nargs++] = ( *new string( string("-B") + bprefix ) ).c_str();
Note: See TracChangeset
for help on using the changeset viewer.