diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-10-29 23:14:31 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-10-29 23:14:31 -0400 |
| commit | 9ebb039a81f5ea06e97d84ef7ee447da9dfca204 (patch) | |
| tree | dc229247feb19ddec117e3c680dd1c13a40dbdd1 /ast.h | |
| parent | 3e019df9f429caef4b05947cc70652634ebb2467 (diff) | |
Fix up some GCC compiler flag options for LTO and inlining
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -93,7 +93,6 @@ struct type_ast_s { file_t *file; const char *start, *end; union { -#pragma GCC diagnostic ignored "-Wpedantic" struct {} UnknownTypeAST; struct { const char *name; |
