From 0789413e1606c385e89add40de7f8b0827268b06 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 22 Nov 2025 21:51:51 -0600 Subject: [PATCH] Bugfix: The fss_write is missing the recently added debug mode. This causes the build system to fail to compile when using the default build modes. My standard build process did not catch this because I was using explicitly specified build modes. --- level_3/fss_write/data/build/settings.basic | 2 +- level_3/fss_write/data/build/settings.basic_list | 2 +- level_3/fss_write/data/build/settings.embedded_list | 2 +- level_3/fss_write/data/build/settings.extended | 2 +- level_3/fss_write/data/build/settings.extended_list | 2 +- level_3/fss_write/data/build/settings.main | 2 +- level_3/fss_write/data/build/settings.payload | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/level_3/fss_write/data/build/settings.basic b/level_3/fss_write/data/build/settings.basic index 4c5fc7f4d..829d5d925 100644 --- a/level_3/fss_write/data/build/settings.basic +++ b/level_3/fss_write/data/build/settings.basic @@ -28,7 +28,7 @@ version_micro 0 version_file micro version_target minor -modes android clang coverage fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless +modes android clang coverage debug fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless modes_default debug gcc monolithic thread build_compiler gcc diff --git a/level_3/fss_write/data/build/settings.basic_list b/level_3/fss_write/data/build/settings.basic_list index 6f4024475..420f5fd2d 100644 --- a/level_3/fss_write/data/build/settings.basic_list +++ b/level_3/fss_write/data/build/settings.basic_list @@ -28,7 +28,7 @@ version_micro 0 version_file micro version_target minor -modes android clang coverage fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless +modes android clang coverage debug fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless modes_default debug gcc monolithic thread build_compiler gcc diff --git a/level_3/fss_write/data/build/settings.embedded_list b/level_3/fss_write/data/build/settings.embedded_list index 5757d1df9..fbdd47476 100644 --- a/level_3/fss_write/data/build/settings.embedded_list +++ b/level_3/fss_write/data/build/settings.embedded_list @@ -28,7 +28,7 @@ version_micro 0 version_file micro version_target minor -modes android clang coverage fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless +modes android clang coverage debug fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless modes_default debug gcc monolithic thread build_compiler gcc diff --git a/level_3/fss_write/data/build/settings.extended b/level_3/fss_write/data/build/settings.extended index 32f09cadb..fbf4d23fb 100644 --- a/level_3/fss_write/data/build/settings.extended +++ b/level_3/fss_write/data/build/settings.extended @@ -28,7 +28,7 @@ version_micro 0 version_file micro version_target minor -modes android clang coverage fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless +modes android clang coverage debug fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless modes_default debug gcc monolithic thread build_compiler gcc diff --git a/level_3/fss_write/data/build/settings.extended_list b/level_3/fss_write/data/build/settings.extended_list index edc16ff28..dc5b09bce 100644 --- a/level_3/fss_write/data/build/settings.extended_list +++ b/level_3/fss_write/data/build/settings.extended_list @@ -28,7 +28,7 @@ version_micro 0 version_file micro version_target minor -modes android clang coverage fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless +modes android clang coverage debug fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless modes_default debug gcc monolithic thread build_compiler gcc diff --git a/level_3/fss_write/data/build/settings.main b/level_3/fss_write/data/build/settings.main index f80bcc842..673b20614 100644 --- a/level_3/fss_write/data/build/settings.main +++ b/level_3/fss_write/data/build/settings.main @@ -28,7 +28,7 @@ version_micro 0 version_file micro version_target minor -modes android clang coverage fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless +modes android clang coverage debug fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless modes_default debug gcc monolithic thread build_compiler gcc diff --git a/level_3/fss_write/data/build/settings.payload b/level_3/fss_write/data/build/settings.payload index 315fea015..f839f97af 100644 --- a/level_3/fss_write/data/build/settings.payload +++ b/level_3/fss_write/data/build/settings.payload @@ -28,7 +28,7 @@ version_micro 0 version_file micro version_target minor -modes android clang coverage fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless +modes android clang coverage debug fanalyzer gcc gcc_13 individual individual_thread level monolithic test thread threadless modes_default debug gcc monolithic thread build_compiler gcc -- 2.47.3