diff options
| author | cadmic <cadmic24@gmail.com> | 2024-08-09 17:02:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-09 20:02:30 -0400 |
| commit | b2d57f685d7d74d71a1fa14d0759311ed46405a4 (patch) | |
| tree | ed93fb45644abb2da63cf12bdaf3efcb565e8caa /format.py | |
| parent | ef329e633a21bc254892841d1cdff54df3ace6c9 (diff) | |
Add -DF3DEX_GBI_2 to format.py flags (#2022)
Diffstat (limited to 'format.py')
| -rwxr-xr-x | format.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ APPLY_OPTS = "--format --style=file" # Compiler options used with Clang-Tidy # Normal warnings are disabled with -Wno-everything to focus only on tidying INCLUDES = "-Iinclude -Isrc -Ibuild/gc-eu-mq-dbg -I." -DEFINES = "-D_LANGUAGE_C -DNON_MATCHING" +DEFINES = "-D_LANGUAGE_C -DNON_MATCHING -DF3DEX_GBI_2" COMPILER_OPTS = f"-fno-builtin -std=gnu90 -m32 -Wno-everything {INCLUDES} {DEFINES}" |
