From b2d57f685d7d74d71a1fa14d0759311ed46405a4 Mon Sep 17 00:00:00 2001 From: cadmic Date: Fri, 9 Aug 2024 17:02:30 -0700 Subject: [PATCH] Add -DF3DEX_GBI_2 to format.py flags (#2022) --- format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.py b/format.py index 2e5cbd08f7..775d188c18 100755 --- a/format.py +++ b/format.py @@ -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}"