From 74fbad51b5f7fec9f7327b708d703d28208299f0 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 9 Nov 2025 22:43:18 -0600 Subject: [PATCH] Update: Add the debug mode to the build settings. --- level_0/f_abstruse/data/build/settings | 2 +- level_0/f_account/data/build/settings | 2 +- level_0/f_capability/data/build/settings | 2 +- level_0/f_color/data/build/settings | 2 +- level_0/f_compare/data/build/settings | 2 +- level_0/f_console/data/build/settings | 2 +- level_0/f_control_group/data/build/settings | 2 +- level_0/f_conversion/data/build/settings | 2 +- level_0/f_directory/data/build/settings | 2 +- level_0/f_environment/data/build/settings | 2 +- level_0/f_execute/data/build/settings | 2 +- level_0/f_file/data/build/settings | 2 +- level_0/f_fss/data/build/settings | 2 +- level_0/f_iki/data/build/settings | 2 +- level_0/f_limit/data/build/settings | 2 +- level_0/f_memory/data/build/settings | 2 +- level_0/f_network/data/build/settings | 2 +- level_0/f_parse/data/build/settings | 2 +- level_0/f_path/data/build/settings | 2 +- level_0/f_pipe/data/build/settings | 2 +- level_0/f_print/data/build/settings | 2 +- level_0/f_random/data/build/settings | 2 +- level_0/f_rip/data/build/settings | 2 +- level_0/f_schedule/data/build/settings | 2 +- level_0/f_serialize/data/build/settings | 2 +- level_0/f_signal/data/build/settings | 2 +- level_0/f_socket/data/build/settings | 2 +- level_0/f_status/data/build/settings | 2 +- level_0/f_status_string/data/build/settings | 2 +- level_0/f_string/data/build/settings | 2 +- level_0/f_thread/data/build/settings | 2 +- level_0/f_time/data/build/settings | 2 +- level_0/f_type/data/build/settings | 2 +- level_0/f_type_array/data/build/settings | 2 +- level_0/f_utf/data/build/settings | 2 +- level_1/fl_control_group/data/build/settings | 2 +- level_1/fl_conversion/data/build/settings | 2 +- level_1/fl_directory/data/build/settings | 2 +- level_1/fl_environment/data/build/settings | 2 +- level_1/fl_execute/data/build/settings | 2 +- level_1/fl_fss/data/build/settings | 2 +- level_1/fl_iki/data/build/settings | 2 +- level_1/fl_path/data/build/settings | 2 +- level_1/fl_print/data/build/settings | 2 +- level_1/fl_status_string/data/build/settings | 2 +- level_1/fl_utf_file/data/build/settings | 2 +- level_2/fll_control_group/data/build/settings | 2 +- level_2/fll_error/data/build/settings | 2 +- level_2/fll_execute/data/build/settings | 2 +- level_2/fll_file/data/build/settings | 2 +- level_2/fll_fss/data/build/settings | 2 +- level_2/fll_fss_status_string/data/build/settings | 2 +- level_2/fll_iki/data/build/settings | 2 +- level_2/fll_print/data/build/settings | 2 +- level_2/fll_program/data/build/settings | 2 +- level_3/byte_dump/data/build/settings | 2 +- level_3/example/data/build/settings | 2 +- level_3/fake/data/build/settings | 2 +- level_3/firewall/data/build/settings | 2 +- level_3/fss_identify/data/build/settings | 2 +- level_3/fss_read/data/build/settings | 2 +- level_3/fss_write/data/build/settings | 2 +- level_3/iki_read/data/build/settings | 2 +- level_3/iki_write/data/build/settings | 2 +- level_3/status_code/data/build/settings | 2 +- level_3/utf8/data/build/settings | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/level_0/f_abstruse/data/build/settings b/level_0/f_abstruse/data/build/settings index 7bc5e7c21..9d83a96df 100644 --- a/level_0/f_abstruse/data/build/settings +++ b/level_0/f_abstruse/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_account/data/build/settings b/level_0/f_account/data/build/settings index c9c5757cd..a5cb2bac9 100644 --- a/level_0/f_account/data/build/settings +++ b/level_0/f_account/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_capability/data/build/settings b/level_0/f_capability/data/build/settings index c2591b7a9..74be6ee19 100644 --- a/level_0/f_capability/data/build/settings +++ b/level_0/f_capability/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_color/data/build/settings b/level_0/f_color/data/build/settings index 5410a4055..b29be6ed5 100644 --- a/level_0/f_color/data/build/settings +++ b/level_0/f_color/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_compare/data/build/settings b/level_0/f_compare/data/build/settings index 3ab869cba..bf28e051a 100644 --- a/level_0/f_compare/data/build/settings +++ b/level_0/f_compare/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_console/data/build/settings b/level_0/f_console/data/build/settings index 520147012..21f8dbb2c 100644 --- a/level_0/f_console/data/build/settings +++ b/level_0/f_console/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_control_group/data/build/settings b/level_0/f_control_group/data/build/settings index 03bd92338..bb34c65ca 100644 --- a/level_0/f_control_group/data/build/settings +++ b/level_0/f_control_group/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_conversion/data/build/settings b/level_0/f_conversion/data/build/settings index d47818f50..2bc130376 100644 --- a/level_0/f_conversion/data/build/settings +++ b/level_0/f_conversion/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_directory/data/build/settings b/level_0/f_directory/data/build/settings index 5e5f271b5..bf8a3d732 100644 --- a/level_0/f_directory/data/build/settings +++ b/level_0/f_directory/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_environment/data/build/settings b/level_0/f_environment/data/build/settings index 0f402854a..c608cff17 100644 --- a/level_0/f_environment/data/build/settings +++ b/level_0/f_environment/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_execute/data/build/settings b/level_0/f_execute/data/build/settings index 9a8b0cde4..97aa4b26b 100644 --- a/level_0/f_execute/data/build/settings +++ b/level_0/f_execute/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_file/data/build/settings b/level_0/f_file/data/build/settings index 899009ec1..35386cac2 100644 --- a/level_0/f_file/data/build/settings +++ b/level_0/f_file/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_fss/data/build/settings b/level_0/f_fss/data/build/settings index 9e64cd23a..1920725c7 100644 --- a/level_0/f_fss/data/build/settings +++ b/level_0/f_fss/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_iki/data/build/settings b/level_0/f_iki/data/build/settings index 9fc204245..e4b799f67 100644 --- a/level_0/f_iki/data/build/settings +++ b/level_0/f_iki/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_limit/data/build/settings b/level_0/f_limit/data/build/settings index b11042532..3980bcae0 100644 --- a/level_0/f_limit/data/build/settings +++ b/level_0/f_limit/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_memory/data/build/settings b/level_0/f_memory/data/build/settings index 9abafc27b..b779f0097 100644 --- a/level_0/f_memory/data/build/settings +++ b/level_0/f_memory/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_network/data/build/settings b/level_0/f_network/data/build/settings index b3063e663..850cf506d 100644 --- a/level_0/f_network/data/build/settings +++ b/level_0/f_network/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_parse/data/build/settings b/level_0/f_parse/data/build/settings index bf17a4179..aebcc9a36 100644 --- a/level_0/f_parse/data/build/settings +++ b/level_0/f_parse/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_path/data/build/settings b/level_0/f_path/data/build/settings index 0d434595c..b1b6c6ca0 100644 --- a/level_0/f_path/data/build/settings +++ b/level_0/f_path/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_pipe/data/build/settings b/level_0/f_pipe/data/build/settings index 5a598ebca..e5ed7f0c1 100644 --- a/level_0/f_pipe/data/build/settings +++ b/level_0/f_pipe/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_print/data/build/settings b/level_0/f_print/data/build/settings index 51165452b..effbb2172 100644 --- a/level_0/f_print/data/build/settings +++ b/level_0/f_print/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_random/data/build/settings b/level_0/f_random/data/build/settings index 33e1a9b73..cf0a89d5d 100644 --- a/level_0/f_random/data/build/settings +++ b/level_0/f_random/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_rip/data/build/settings b/level_0/f_rip/data/build/settings index 3aa7f6e58..262362331 100644 --- a/level_0/f_rip/data/build/settings +++ b/level_0/f_rip/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_schedule/data/build/settings b/level_0/f_schedule/data/build/settings index 7cc029e09..912806e61 100644 --- a/level_0/f_schedule/data/build/settings +++ b/level_0/f_schedule/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_serialize/data/build/settings b/level_0/f_serialize/data/build/settings index 7971714ec..2d6f19e6d 100644 --- a/level_0/f_serialize/data/build/settings +++ b/level_0/f_serialize/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_signal/data/build/settings b/level_0/f_signal/data/build/settings index e6fd05481..6a255e0b6 100644 --- a/level_0/f_signal/data/build/settings +++ b/level_0/f_signal/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_socket/data/build/settings b/level_0/f_socket/data/build/settings index 5c21d1a7d..158e60e8c 100644 --- a/level_0/f_socket/data/build/settings +++ b/level_0/f_socket/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_status/data/build/settings b/level_0/f_status/data/build/settings index 2e63d78d2..fe7a62d18 100644 --- a/level_0/f_status/data/build/settings +++ b/level_0/f_status/data/build/settings @@ -26,7 +26,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_status_string/data/build/settings b/level_0/f_status_string/data/build/settings index f5fd736d6..dceb08d74 100644 --- a/level_0/f_status_string/data/build/settings +++ b/level_0/f_status_string/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_string/data/build/settings b/level_0/f_string/data/build/settings index 009842d16..62f322e15 100644 --- a/level_0/f_string/data/build/settings +++ b/level_0/f_string/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_thread/data/build/settings b/level_0/f_thread/data/build/settings index 5045fac0b..939452e31 100644 --- a/level_0/f_thread/data/build/settings +++ b/level_0/f_thread/data/build/settings @@ -27,7 +27,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_time/data/build/settings b/level_0/f_time/data/build/settings index 48d53b477..cce977317 100644 --- a/level_0/f_time/data/build/settings +++ b/level_0/f_time/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_type/data/build/settings b/level_0/f_type/data/build/settings index f5c916b65..8a8978f31 100644 --- a/level_0/f_type/data/build/settings +++ b/level_0/f_type/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_type_array/data/build/settings b/level_0/f_type_array/data/build/settings index 20c520c8d..4c3b6b074 100644 --- a/level_0/f_type_array/data/build/settings +++ b/level_0/f_type_array/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_0/f_utf/data/build/settings b/level_0/f_utf/data/build/settings index 39c7d8602..33d8952e6 100644 --- a/level_0/f_utf/data/build/settings +++ b/level_0/f_utf/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_control_group/data/build/settings b/level_1/fl_control_group/data/build/settings index 4aa0a3990..5ab048b3e 100644 --- a/level_1/fl_control_group/data/build/settings +++ b/level_1/fl_control_group/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_conversion/data/build/settings b/level_1/fl_conversion/data/build/settings index 8a5f1fbc9..a82539b24 100644 --- a/level_1/fl_conversion/data/build/settings +++ b/level_1/fl_conversion/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_directory/data/build/settings b/level_1/fl_directory/data/build/settings index d65562ea3..d58353ab8 100644 --- a/level_1/fl_directory/data/build/settings +++ b/level_1/fl_directory/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_environment/data/build/settings b/level_1/fl_environment/data/build/settings index 080964254..91de44b81 100644 --- a/level_1/fl_environment/data/build/settings +++ b/level_1/fl_environment/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_execute/data/build/settings b/level_1/fl_execute/data/build/settings index cd3972771..0b8edf234 100644 --- a/level_1/fl_execute/data/build/settings +++ b/level_1/fl_execute/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_fss/data/build/settings b/level_1/fl_fss/data/build/settings index 08771f390..48bce0b96 100644 --- a/level_1/fl_fss/data/build/settings +++ b/level_1/fl_fss/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_iki/data/build/settings b/level_1/fl_iki/data/build/settings index d85372e1e..a5cf14813 100644 --- a/level_1/fl_iki/data/build/settings +++ b/level_1/fl_iki/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_path/data/build/settings b/level_1/fl_path/data/build/settings index 7fd8a2795..21a1ad009 100644 --- a/level_1/fl_path/data/build/settings +++ b/level_1/fl_path/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_print/data/build/settings b/level_1/fl_print/data/build/settings index aba351c2a..e13ee7e7a 100644 --- a/level_1/fl_print/data/build/settings +++ b/level_1/fl_print/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_status_string/data/build/settings b/level_1/fl_status_string/data/build/settings index 7d02f87a9..ce8ddd919 100644 --- a/level_1/fl_status_string/data/build/settings +++ b/level_1/fl_status_string/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_utf_file/data/build/settings b/level_1/fl_utf_file/data/build/settings index 46a931c02..8c1f30448 100644 --- a/level_1/fl_utf_file/data/build/settings +++ b/level_1/fl_utf_file/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_control_group/data/build/settings b/level_2/fll_control_group/data/build/settings index 88a6da8ae..c1e1b98a2 100644 --- a/level_2/fll_control_group/data/build/settings +++ b/level_2/fll_control_group/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_error/data/build/settings b/level_2/fll_error/data/build/settings index 5a7b115c0..66a896b5b 100644 --- a/level_2/fll_error/data/build/settings +++ b/level_2/fll_error/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_execute/data/build/settings b/level_2/fll_execute/data/build/settings index cd1b57490..073065e56 100644 --- a/level_2/fll_execute/data/build/settings +++ b/level_2/fll_execute/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_file/data/build/settings b/level_2/fll_file/data/build/settings index e7fe4c6e9..ce5e1d4c0 100644 --- a/level_2/fll_file/data/build/settings +++ b/level_2/fll_file/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_fss/data/build/settings b/level_2/fll_fss/data/build/settings index a4bbb4b2c..b2ee0fb50 100644 --- a/level_2/fll_fss/data/build/settings +++ b/level_2/fll_fss/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_fss_status_string/data/build/settings b/level_2/fll_fss_status_string/data/build/settings index eac3c9142..5c5ec44d3 100644 --- a/level_2/fll_fss_status_string/data/build/settings +++ b/level_2/fll_fss_status_string/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_iki/data/build/settings b/level_2/fll_iki/data/build/settings index 6d9c4bef0..f6366dce2 100644 --- a/level_2/fll_iki/data/build/settings +++ b/level_2/fll_iki/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_print/data/build/settings b/level_2/fll_print/data/build/settings index fe70c3601..ef578505a 100644 --- a/level_2/fll_print/data/build/settings +++ b/level_2/fll_print/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_program/data/build/settings b/level_2/fll_program/data/build/settings index 00470ca30..219c5bfec 100644 --- a/level_2/fll_program/data/build/settings +++ b/level_2/fll_program/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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 individual individual_thread thread build_compiler gcc diff --git a/level_3/byte_dump/data/build/settings b/level_3/byte_dump/data/build/settings index ffd672972..0341e4ac7 100644 --- a/level_3/byte_dump/data/build/settings +++ b/level_3/byte_dump/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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/example/data/build/settings b/level_3/example/data/build/settings index 7bcde9c10..990b86f65 100644 --- a/level_3/example/data/build/settings +++ b/level_3/example/data/build/settings @@ -27,7 +27,7 @@ version_micro 3 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/fake/data/build/settings b/level_3/fake/data/build/settings index e23b56f82..668bfe504 100644 --- a/level_3/fake/data/build/settings +++ b/level_3/fake/data/build/settings @@ -28,7 +28,7 @@ version_target minor process_pre process_pre.sh process_post process_post.sh -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/firewall/data/build/settings b/level_3/firewall/data/build/settings index 99eab1b6e..4f91169f1 100644 --- a/level_3/firewall/data/build/settings +++ b/level_3/firewall/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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_identify/data/build/settings b/level_3/fss_identify/data/build/settings index 3a41a1bdd..fbf64e249 100644 --- a/level_3/fss_identify/data/build/settings +++ b/level_3/fss_identify/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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_read/data/build/settings b/level_3/fss_read/data/build/settings index e89b88bd0..42697c261 100644 --- a/level_3/fss_read/data/build/settings +++ b/level_3/fss_read/data/build/settings @@ -27,7 +27,7 @@ version_micro 3 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 b/level_3/fss_write/data/build/settings index 98a0624f2..912d47627 100644 --- a/level_3/fss_write/data/build/settings +++ b/level_3/fss_write/data/build/settings @@ -27,7 +27,7 @@ version_micro 3 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/iki_read/data/build/settings b/level_3/iki_read/data/build/settings index f9fd8eca0..681ddd87a 100644 --- a/level_3/iki_read/data/build/settings +++ b/level_3/iki_read/data/build/settings @@ -27,7 +27,7 @@ version_micro 3 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/iki_write/data/build/settings b/level_3/iki_write/data/build/settings index 7f6dcf802..a90452722 100644 --- a/level_3/iki_write/data/build/settings +++ b/level_3/iki_write/data/build/settings @@ -27,7 +27,7 @@ version_micro 3 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/status_code/data/build/settings b/level_3/status_code/data/build/settings index 3a1580a53..605b3530c 100644 --- a/level_3/status_code/data/build/settings +++ b/level_3/status_code/data/build/settings @@ -27,7 +27,7 @@ version_micro 3 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/utf8/data/build/settings b/level_3/utf8/data/build/settings index 7e298fc96..4baf43438 100644 --- a/level_3/utf8/data/build/settings +++ b/level_3/utf8/data/build/settings @@ -25,7 +25,7 @@ version_micro 3 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