From 42c03432353afd0b3372f6f9d5e02baf7f04332f Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 1 Feb 2024 22:49:08 -0600 Subject: [PATCH] Update: Make sure stand alone builds have consistent buid mode settings. Make sure "-pthread" is present via the "thread" mode. Add any missing flag modes such as "coverage" and "test". --- build/level_0/settings | 3 ++- build/level_1/settings | 3 ++- build/level_2/settings | 3 ++- build/monolithic/settings | 3 ++- build/stand_alone/byte_dump.settings | 3 ++- build/stand_alone/controller.settings | 3 ++- build/stand_alone/fake.settings | 3 ++- build/stand_alone/firewall.settings | 3 ++- build/stand_alone/fss_basic_read.settings | 3 ++- build/stand_alone/fss_basic_write.settings | 3 ++- build/stand_alone/fss_extended_read.settings | 3 ++- build/stand_alone/fss_extended_write.settings | 3 ++- build/stand_alone/fss_identify.settings | 3 ++- build/stand_alone/fss_payload_read.settings | 3 ++- build/stand_alone/fss_payload_write.settings | 3 ++- build/stand_alone/fss_status_code.settings | 5 ++++- build/stand_alone/iki_read.settings | 3 ++- build/stand_alone/iki_write.settings | 4 +++- build/stand_alone/status_code.settings | 5 ++++- build/stand_alone/utf8.settings | 5 ++++- level_0/f_account/data/build/settings | 6 +++++- level_0/f_capability/data/build/settings | 4 +++- level_0/f_color/data/build/settings | 7 ++++++- level_0/f_console/data/build/settings | 7 ++++++- level_0/f_control_group/data/build/settings | 7 ++++++- level_0/f_conversion/data/build/settings | 7 ++++++- level_0/f_directory/data/build/settings | 7 ++++++- level_0/f_environment/data/build/settings | 4 +++- level_0/f_execute/data/build/settings | 7 ++++++- level_0/f_file/data/build/settings | 7 ++++++- level_0/f_fss/data/build/settings | 7 ++++++- level_0/f_iki/data/build/settings | 7 ++++++- level_0/f_limit/data/build/settings | 7 ++++++- level_0/f_memory/data/build/settings | 7 ++++++- level_0/f_path/data/build/settings | 7 ++++++- level_0/f_pipe/data/build/settings | 7 ++++++- level_0/f_print/data/build/settings | 4 +++- level_0/f_serialize/data/build/settings | 7 ++++++- level_0/f_signal/data/build/settings | 7 ++++++- level_0/f_socket/data/build/settings | 7 ++++++- level_0/f_status/data/build/settings | 7 ++++++- level_0/f_status_string/data/build/settings | 7 ++++++- level_0/f_string/data/build/settings | 7 ++++++- level_0/f_thread/data/build/settings | 3 ++- level_0/f_type/data/build/settings | 7 ++++++- level_0/f_type_array/data/build/settings | 7 ++++++- level_0/f_utf/data/build/settings | 7 ++++++- level_1/fl_control_group/data/build/settings | 7 ++++++- level_1/fl_conversion/data/build/settings | 7 ++++++- level_1/fl_directory/data/build/settings | 7 ++++++- level_1/fl_environment/data/build/settings | 7 ++++++- level_1/fl_execute/data/build/settings | 3 ++- level_1/fl_fss/data/build/settings | 7 ++++++- level_1/fl_iki/data/build/settings | 7 ++++++- level_1/fl_print/data/build/settings | 7 ++++++- level_1/fl_signal/data/build/settings | 7 ++++++- level_1/fl_string/data/build/settings | 7 ++++++- level_1/fl_utf/data/build/settings | 7 ++++++- level_1/fl_utf_file/data/build/settings | 7 ++++++- level_2/fll_control_group/data/build/settings | 7 ++++++- level_2/fll_error/data/build/settings | 7 ++++++- level_2/fll_execute/data/build/settings | 3 ++- level_2/fll_file/data/build/settings | 8 ++++++-- level_2/fll_fss/data/build/settings | 7 ++++++- level_2/fll_fss_status_string/data/build/settings | 7 ++++++- level_2/fll_iki/data/build/settings | 7 ++++++- level_2/fll_path/data/build/settings | 7 ++++++- level_2/fll_print/data/build/settings | 7 ++++++- level_2/fll_program/data/build/settings | 7 ++++++- level_2/fll_status_string/data/build/settings | 7 ++++++- level_3/byte_dump/data/build/settings | 3 ++- level_3/control/data/build/settings | 3 ++- level_3/controller/data/build/settings | 3 ++- level_3/fake/data/build/settings | 3 ++- level_3/firewall/data/build/settings | 3 ++- level_3/fss_basic_list_read/data/build/settings | 3 ++- level_3/fss_basic_list_write/data/build/settings | 3 ++- level_3/fss_basic_read/data/build/settings | 3 ++- level_3/fss_basic_write/data/build/settings | 3 ++- level_3/fss_embedded_list_read/data/build/settings | 3 ++- level_3/fss_embedded_list_write/data/build/settings | 3 ++- level_3/fss_extended_list_read/data/build/settings | 3 ++- level_3/fss_extended_list_write/data/build/settings | 3 ++- level_3/fss_extended_read/data/build/settings | 3 ++- level_3/fss_extended_write/data/build/settings | 3 ++- level_3/fss_identify/data/build/settings | 3 ++- level_3/fss_payload_read/data/build/settings | 3 ++- level_3/fss_payload_write/data/build/settings | 3 ++- level_3/fss_status_code/data/build/settings | 3 ++- level_3/iki_read/data/build/settings | 3 ++- level_3/iki_write/data/build/settings | 3 ++- level_3/status_code/data/build/settings | 3 ++- level_3/utf8/data/build/settings | 3 ++- 93 files changed, 371 insertions(+), 94 deletions(-) diff --git a/build/level_0/settings b/build/level_0/settings index c113dc845..285dee37b 100644 --- a/build/level_0/settings +++ b/build/level_0/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -22,7 +23,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default level thread build_compiler gcc diff --git a/build/level_1/settings b/build/level_1/settings index 4a948a5aa..d7674c86f 100644 --- a/build/level_1/settings +++ b/build/level_1/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -22,7 +23,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default level thread build_compiler gcc diff --git a/build/level_2/settings b/build/level_2/settings index bd932d97b..a0920fefb 100644 --- a/build/level_2/settings +++ b/build/level_2/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -22,7 +23,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default level thread build_compiler gcc diff --git a/build/monolithic/settings b/build/monolithic/settings index c48156c87..54cb9cdfa 100644 --- a/build/monolithic/settings +++ b/build/monolithic/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -22,7 +23,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic thread build_compiler gcc diff --git a/build/stand_alone/byte_dump.settings b/build/stand_alone/byte_dump.settings index 7fc4dbbde..15be6567b 100644 --- a/build/stand_alone/byte_dump.settings +++ b/build/stand_alone/byte_dump.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone build_compiler gcc @@ -94,6 +94,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-fanalyzer -fanalyzer diff --git a/build/stand_alone/controller.settings b/build/stand_alone/controller.settings index f18eebdb9..244e226c8 100644 --- a/build/stand_alone/controller.settings +++ b/build/stand_alone/controller.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless as_init +modes stand_alone clang test fanalyzer coverage thread threadless as_init modes_default stand_alone thread build_compiler gcc @@ -129,6 +129,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-fanalyzer -fanalyzer diff --git a/build/stand_alone/fake.settings b/build/stand_alone/fake.settings index c8e5c5f4f..bd06c0354 100644 --- a/build/stand_alone/fake.settings +++ b/build/stand_alone/fake.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone thread build_compiler gcc @@ -122,6 +122,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-fanalyzer -fanalyzer diff --git a/build/stand_alone/firewall.settings b/build/stand_alone/firewall.settings index 8f8646340..b68a4ebef 100644 --- a/build/stand_alone/firewall.settings +++ b/build/stand_alone/firewall.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone thread build_compiler gcc @@ -111,6 +111,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-fanalyzer -fanalyzer diff --git a/build/stand_alone/fss_basic_read.settings b/build/stand_alone/fss_basic_read.settings index 35c22db4d..a20cf6361 100644 --- a/build/stand_alone/fss_basic_read.settings +++ b/build/stand_alone/fss_basic_read.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone build_compiler gcc @@ -99,6 +99,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-fanalyzer -fanalyzer diff --git a/build/stand_alone/fss_basic_write.settings b/build/stand_alone/fss_basic_write.settings index 7e51fc1d9..53990857b 100644 --- a/build/stand_alone/fss_basic_write.settings +++ b/build/stand_alone/fss_basic_write.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone build_compiler gcc @@ -99,6 +99,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-fanalyzer -fanalyzer diff --git a/build/stand_alone/fss_extended_read.settings b/build/stand_alone/fss_extended_read.settings index f2ac35f39..0a0e395bb 100644 --- a/build/stand_alone/fss_extended_read.settings +++ b/build/stand_alone/fss_extended_read.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone build_compiler gcc @@ -99,6 +99,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-fanalyzer -fanalyzer diff --git a/build/stand_alone/fss_extended_write.settings b/build/stand_alone/fss_extended_write.settings index f8743d6a5..a2a531e63 100644 --- a/build/stand_alone/fss_extended_write.settings +++ b/build/stand_alone/fss_extended_write.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone build_compiler gcc @@ -99,6 +99,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-fanalyzer -fanalyzer diff --git a/build/stand_alone/fss_identify.settings b/build/stand_alone/fss_identify.settings index d0b68bb62..48efa5149 100644 --- a/build/stand_alone/fss_identify.settings +++ b/build/stand_alone/fss_identify.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone build_compiler gcc @@ -98,6 +98,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-fanalyzer -fanalyzer diff --git a/build/stand_alone/fss_payload_read.settings b/build/stand_alone/fss_payload_read.settings index d714b0f40..e73859200 100644 --- a/build/stand_alone/fss_payload_read.settings +++ b/build/stand_alone/fss_payload_read.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone build_compiler gcc @@ -99,6 +99,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-fanalyzer -fanalyzer diff --git a/build/stand_alone/fss_payload_write.settings b/build/stand_alone/fss_payload_write.settings index 31661a056..09d3f3ae0 100644 --- a/build/stand_alone/fss_payload_write.settings +++ b/build/stand_alone/fss_payload_write.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone build_compiler gcc @@ -99,6 +99,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-fanalyzer -fanalyzer diff --git a/build/stand_alone/fss_status_code.settings b/build/stand_alone/fss_status_code.settings index 64c692b2f..d7db000bc 100644 --- a/build/stand_alone/fss_status_code.settings +++ b/build/stand_alone/fss_status_code.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone build_compiler gcc @@ -101,8 +101,11 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses +flags-test -O0 -fstack-protector-strong -Wall flags-fanalyzer -fanalyzer +flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags_library -fPIC flags_object -fPIC diff --git a/build/stand_alone/iki_read.settings b/build/stand_alone/iki_read.settings index 4d11fffcb..5f3e073f3 100644 --- a/build/stand_alone/iki_read.settings +++ b/build/stand_alone/iki_read.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone build_compiler gcc @@ -97,6 +97,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-fanalyzer -fanalyzer diff --git a/build/stand_alone/iki_write.settings b/build/stand_alone/iki_write.settings index 1d3f162a6..ee1c42cb9 100644 --- a/build/stand_alone/iki_write.settings +++ b/build/stand_alone/iki_write.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone build_compiler gcc @@ -97,7 +97,9 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses +flags-thread -pthread flags-test -O0 -fstack-protector-strong -Wall flags-fanalyzer -fanalyzer flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/build/stand_alone/status_code.settings b/build/stand_alone/status_code.settings index 61d374c51..d75f11532 100644 --- a/build/stand_alone/status_code.settings +++ b/build/stand_alone/status_code.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone build_compiler gcc @@ -98,8 +98,11 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses +flags-test -O0 -fstack-protector-strong -Wall flags-fanalyzer -fanalyzer +flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags_library -fPIC flags_object -fPIC diff --git a/build/stand_alone/utf8.settings b/build/stand_alone/utf8.settings index 2636189b8..7769b9e89 100644 --- a/build/stand_alone/utf8.settings +++ b/build/stand_alone/utf8.settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes stand_alone clang test fanalyzer thread threadless +modes stand_alone clang test fanalyzer coverage thread threadless modes_default stand_alone build_compiler gcc @@ -95,8 +95,11 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses +flags-test -O0 -fstack-protector-strong -Wall flags-fanalyzer -fanalyzer +flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags_library -fPIC flags_object -fPIC diff --git a/level_0/f_account/data/build/settings b/level_0/f_account/data/build/settings index 3412c8732..f50f5193f 100644 --- a/level_0/f_account/data/build/settings +++ b/level_0/f_account/data/build/settings @@ -20,7 +20,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +63,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_capability/data/build/settings b/level_0/f_capability/data/build/settings index 01770417e..559d4f5e2 100644 --- a/level_0/f_capability/data/build/settings +++ b/level_0/f_capability/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -70,6 +71,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_color/data/build/settings b/level_0/f_color/data/build/settings index b29c3a03c..e7fda87de 100644 --- a/level_0/f_color/data/build/settings +++ b/level_0/f_color/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_console/data/build/settings b/level_0/f_console/data/build/settings index ad360671f..24a678c34 100644 --- a/level_0/f_console/data/build/settings +++ b/level_0/f_console/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_control_group/data/build/settings b/level_0/f_control_group/data/build/settings index 2720f4a2c..9c99ffcbf 100644 --- a/level_0/f_control_group/data/build/settings +++ b/level_0/f_control_group/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_conversion/data/build/settings b/level_0/f_conversion/data/build/settings index 9f9f974ae..b199e08b6 100644 --- a/level_0/f_conversion/data/build/settings +++ b/level_0/f_conversion/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_directory/data/build/settings b/level_0/f_directory/data/build/settings index a691aa6cc..479901de7 100644 --- a/level_0/f_directory/data/build/settings +++ b/level_0/f_directory/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_environment/data/build/settings b/level_0/f_environment/data/build/settings index e7d8b14d7..0054b1104 100644 --- a/level_0/f_environment/data/build/settings +++ b/level_0/f_environment/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -69,6 +70,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_execute/data/build/settings b/level_0/f_execute/data/build/settings index be03da867..90dfb5afd 100644 --- a/level_0/f_execute/data/build/settings +++ b/level_0/f_execute/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_file/data/build/settings b/level_0/f_file/data/build/settings index 93cfe76c3..de9fa69f9 100644 --- a/level_0/f_file/data/build/settings +++ b/level_0/f_file/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_fss/data/build/settings b/level_0/f_fss/data/build/settings index 917592bf9..5e62e78b2 100644 --- a/level_0/f_fss/data/build/settings +++ b/level_0/f_fss/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -62,10 +63,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_iki/data/build/settings b/level_0/f_iki/data/build/settings index 58588c0d4..dbee9197e 100644 --- a/level_0/f_iki/data/build/settings +++ b/level_0/f_iki/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_limit/data/build/settings b/level_0/f_limit/data/build/settings index e0ce6f5ae..e42740e41 100644 --- a/level_0/f_limit/data/build/settings +++ b/level_0/f_limit/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_memory/data/build/settings b/level_0/f_memory/data/build/settings index 2ddcd2f16..2e04d9515 100644 --- a/level_0/f_memory/data/build/settings +++ b/level_0/f_memory/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -62,10 +63,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_path/data/build/settings b/level_0/f_path/data/build/settings index af5dcd47e..456a738fd 100644 --- a/level_0/f_path/data/build/settings +++ b/level_0/f_path/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_pipe/data/build/settings b/level_0/f_pipe/data/build/settings index 2703237be..b8f221446 100644 --- a/level_0/f_pipe/data/build/settings +++ b/level_0/f_pipe/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_print/data/build/settings b/level_0/f_print/data/build/settings index 3003c1aec..68f7fa24f 100644 --- a/level_0/f_print/data/build/settings +++ b/level_0/f_print/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -69,6 +70,7 @@ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parent flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_serialize/data/build/settings b/level_0/f_serialize/data/build/settings index 865876ca7..83dc8770e 100644 --- a/level_0/f_serialize/data/build/settings +++ b/level_0/f_serialize/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -54,10 +55,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_signal/data/build/settings b/level_0/f_signal/data/build/settings index 7a758df79..3f7d4b3a5 100644 --- a/level_0/f_signal/data/build/settings +++ b/level_0/f_signal/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -62,10 +63,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall -Wno-missing-braces flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_socket/data/build/settings b/level_0/f_socket/data/build/settings index 487b489d1..71e2bf654 100644 --- a/level_0/f_socket/data/build/settings +++ b/level_0/f_socket/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_status/data/build/settings b/level_0/f_status/data/build/settings index e67d878ea..6ae5095d4 100644 --- a/level_0/f_status/data/build/settings +++ b/level_0/f_status/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -60,10 +61,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_status_string/data/build/settings b/level_0/f_status_string/data/build/settings index e203e3eee..191d0a2b2 100644 --- a/level_0/f_status_string/data/build/settings +++ b/level_0/f_status_string/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_string/data/build/settings b/level_0/f_string/data/build/settings index d795d9f1c..d15b5e36c 100644 --- a/level_0/f_string/data/build/settings +++ b/level_0/f_string/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_thread/data/build/settings b/level_0/f_thread/data/build/settings index b28c52759..7dd034e0f 100644 --- a/level_0/f_thread/data/build/settings +++ b/level_0/f_thread/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -22,7 +23,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default 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 7ce2574cc..d62d72043 100644 --- a/level_0/f_type/data/build/settings +++ b/level_0/f_type/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -60,10 +61,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_type_array/data/build/settings b/level_0/f_type_array/data/build/settings index 611fcb878..3c2d5b474 100644 --- a/level_0/f_type_array/data/build/settings +++ b/level_0/f_type_array/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -64,10 +65,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_0/f_utf/data/build/settings b/level_0/f_utf/data/build/settings index 07d2184f1..84a357777 100644 --- a/level_0/f_utf/data/build/settings +++ b/level_0/f_utf/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -66,10 +67,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_1/fl_control_group/data/build/settings b/level_1/fl_control_group/data/build/settings index fec94fafd..aa81d1c6c 100644 --- a/level_1/fl_control_group/data/build/settings +++ b/level_1/fl_control_group/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_1/fl_conversion/data/build/settings b/level_1/fl_conversion/data/build/settings index 3876404b7..962fefdbb 100644 --- a/level_1/fl_conversion/data/build/settings +++ b/level_1/fl_conversion/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_1/fl_directory/data/build/settings b/level_1/fl_directory/data/build/settings index bae929fa3..b0a6bc545 100644 --- a/level_1/fl_directory/data/build/settings +++ b/level_1/fl_directory/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_1/fl_environment/data/build/settings b/level_1/fl_environment/data/build/settings index 7e94dec61..de28b02d1 100644 --- a/level_1/fl_environment/data/build/settings +++ b/level_1/fl_environment/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -62,10 +63,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_1/fl_execute/data/build/settings b/level_1/fl_execute/data/build/settings index 2cd49e28d..3d740fafe 100644 --- a/level_1/fl_execute/data/build/settings +++ b/level_1/fl_execute/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default 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 b340fd679..852ee87d9 100644 --- a/level_1/fl_fss/data/build/settings +++ b/level_1/fl_fss/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_1/fl_iki/data/build/settings b/level_1/fl_iki/data/build/settings index bb89557bd..4c7ef6445 100644 --- a/level_1/fl_iki/data/build/settings +++ b/level_1/fl_iki/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_1/fl_print/data/build/settings b/level_1/fl_print/data/build/settings index c80a8e995..408a9cd32 100644 --- a/level_1/fl_print/data/build/settings +++ b/level_1/fl_print/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_1/fl_signal/data/build/settings b/level_1/fl_signal/data/build/settings index 44403e998..a1bc0711f 100644 --- a/level_1/fl_signal/data/build/settings +++ b/level_1/fl_signal/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_1/fl_string/data/build/settings b/level_1/fl_string/data/build/settings index 5f685d007..4b5a416cb 100644 --- a/level_1/fl_string/data/build/settings +++ b/level_1/fl_string/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_1/fl_utf/data/build/settings b/level_1/fl_utf/data/build/settings index 7b773e0ad..2eb85174a 100644 --- a/level_1/fl_utf/data/build/settings +++ b/level_1/fl_utf/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -62,10 +63,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_1/fl_utf_file/data/build/settings b/level_1/fl_utf_file/data/build/settings index 0cce8346b..f28de9de1 100644 --- a/level_1/fl_utf_file/data/build/settings +++ b/level_1/fl_utf_file/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_2/fll_control_group/data/build/settings b/level_2/fll_control_group/data/build/settings index 0ef665240..48400db92 100644 --- a/level_2/fll_control_group/data/build/settings +++ b/level_2/fll_control_group/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -62,10 +63,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_2/fll_error/data/build/settings b/level_2/fll_error/data/build/settings index f24fbbd93..f0f3f2400 100644 --- a/level_2/fll_error/data/build/settings +++ b/level_2/fll_error/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_2/fll_execute/data/build/settings b/level_2/fll_execute/data/build/settings index 7d8fc92c8..8937a21ea 100644 --- a/level_2/fll_execute/data/build/settings +++ b/level_2/fll_execute/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default 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 50ef9a9fc..2202eae2a 100644 --- a/level_2/fll_file/data/build/settings +++ b/level_2/fll_file/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,14 +64,17 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ - flags_library -fPIC flags_object -fPIC flags_program -fPIE diff --git a/level_2/fll_fss/data/build/settings b/level_2/fll_fss/data/build/settings index a0438c061..7b581de02 100644 --- a/level_2/fll_fss/data/build/settings +++ b/level_2/fll_fss/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_2/fll_fss_status_string/data/build/settings b/level_2/fll_fss_status_string/data/build/settings index c037feebe..e358f5e25 100644 --- a/level_2/fll_fss_status_string/data/build/settings +++ b/level_2/fll_fss_status_string/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_2/fll_iki/data/build/settings b/level_2/fll_iki/data/build/settings index 29a0445b6..ed56e9c1a 100644 --- a/level_2/fll_iki/data/build/settings +++ b/level_2/fll_iki/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_2/fll_path/data/build/settings b/level_2/fll_path/data/build/settings index 95af4a2d4..e5e0eff49 100644 --- a/level_2/fll_path/data/build/settings +++ b/level_2/fll_path/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_2/fll_print/data/build/settings b/level_2/fll_print/data/build/settings index 8e12c0b96..65e597161 100644 --- a/level_2/fll_print/data/build/settings +++ b/level_2/fll_print/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_2/fll_program/data/build/settings b/level_2/fll_program/data/build/settings index 055defd7f..d8a8b4339 100644 --- a/level_2/fll_program/data/build/settings +++ b/level_2/fll_program/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_2/fll_status_string/data/build/settings b/level_2/fll_status_string/data/build/settings index 0796ede6e..808098965 100644 --- a/level_2/fll_status_string/data/build/settings +++ b/level_2/fll_status_string/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default individual individual_thread thread build_compiler gcc @@ -63,10 +64,14 @@ search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH +defines-threadless -D_di_thread_support_ +defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ + flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags -fstack-clash-protection -fno-delete-null-pointer-checks -fstrict-flex-arrays=3 flags -D_FORTIFY_SOURCE=3 flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now +flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector-strong -Wall flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ diff --git a/level_3/byte_dump/data/build/settings b/level_3/byte_dump/data/build/settings index 5c319c6c7..2501bcc25 100644 --- a/level_3/byte_dump/data/build/settings +++ b/level_3/byte_dump/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/control/data/build/settings b/level_3/control/data/build/settings index a1e7eda56..f13952a70 100644 --- a/level_3/control/data/build/settings +++ b/level_3/control/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/controller/data/build/settings b/level_3/controller/data/build/settings index a4dcbe329..129b74b10 100644 --- a/level_3/controller/data/build/settings +++ b/level_3/controller/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic thread build_compiler gcc diff --git a/level_3/fake/data/build/settings b/level_3/fake/data/build/settings index b08e65be2..ff4b35032 100644 --- a/level_3/fake/data/build/settings +++ b/level_3/fake/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +24,7 @@ version_target minor process_pre process_pre.sh process_post process_post.sh -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic thread build_compiler gcc diff --git a/level_3/firewall/data/build/settings b/level_3/firewall/data/build/settings index 18e5a8540..ad64d1532 100644 --- a/level_3/firewall/data/build/settings +++ b/level_3/firewall/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic thread build_compiler gcc diff --git a/level_3/fss_basic_list_read/data/build/settings b/level_3/fss_basic_list_read/data/build/settings index 0cd7291df..98675c187 100644 --- a/level_3/fss_basic_list_read/data/build/settings +++ b/level_3/fss_basic_list_read/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/fss_basic_list_write/data/build/settings b/level_3/fss_basic_list_write/data/build/settings index 49e07ca9f..f1b30baec 100644 --- a/level_3/fss_basic_list_write/data/build/settings +++ b/level_3/fss_basic_list_write/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/fss_basic_read/data/build/settings b/level_3/fss_basic_read/data/build/settings index f1b3b396e..ff95853fa 100644 --- a/level_3/fss_basic_read/data/build/settings +++ b/level_3/fss_basic_read/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/fss_basic_write/data/build/settings b/level_3/fss_basic_write/data/build/settings index aea9d779d..e32eca99e 100644 --- a/level_3/fss_basic_write/data/build/settings +++ b/level_3/fss_basic_write/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/fss_embedded_list_read/data/build/settings b/level_3/fss_embedded_list_read/data/build/settings index 70ca8d705..613307c61 100644 --- a/level_3/fss_embedded_list_read/data/build/settings +++ b/level_3/fss_embedded_list_read/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/fss_embedded_list_write/data/build/settings b/level_3/fss_embedded_list_write/data/build/settings index 90c0cd4af..9edd09a81 100644 --- a/level_3/fss_embedded_list_write/data/build/settings +++ b/level_3/fss_embedded_list_write/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/fss_extended_list_read/data/build/settings b/level_3/fss_extended_list_read/data/build/settings index 2613c29e6..ddb1c586f 100644 --- a/level_3/fss_extended_list_read/data/build/settings +++ b/level_3/fss_extended_list_read/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/fss_extended_list_write/data/build/settings b/level_3/fss_extended_list_write/data/build/settings index 6fa975a62..30b490bd2 100644 --- a/level_3/fss_extended_list_write/data/build/settings +++ b/level_3/fss_extended_list_write/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/fss_extended_read/data/build/settings b/level_3/fss_extended_read/data/build/settings index cea02ffc4..8260a000d 100644 --- a/level_3/fss_extended_read/data/build/settings +++ b/level_3/fss_extended_read/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/fss_extended_write/data/build/settings b/level_3/fss_extended_write/data/build/settings index 88051df57..015c3c54b 100644 --- a/level_3/fss_extended_write/data/build/settings +++ b/level_3/fss_extended_write/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/fss_identify/data/build/settings b/level_3/fss_identify/data/build/settings index 3f4b30def..ee3b20088 100644 --- a/level_3/fss_identify/data/build/settings +++ b/level_3/fss_identify/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/fss_payload_read/data/build/settings b/level_3/fss_payload_read/data/build/settings index a5b5fb620..fe0700af6 100644 --- a/level_3/fss_payload_read/data/build/settings +++ b/level_3/fss_payload_read/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/fss_payload_write/data/build/settings b/level_3/fss_payload_write/data/build/settings index d8d198cd3..a87143ec3 100644 --- a/level_3/fss_payload_write/data/build/settings +++ b/level_3/fss_payload_write/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/fss_status_code/data/build/settings b/level_3/fss_status_code/data/build/settings index 1b805629d..8401e527f 100644 --- a/level_3/fss_status_code/data/build/settings +++ b/level_3/fss_status_code/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/iki_read/data/build/settings b/level_3/iki_read/data/build/settings index a7bb9b721..060b8e303 100644 --- a/level_3/iki_read/data/build/settings +++ b/level_3/iki_read/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/iki_write/data/build/settings b/level_3/iki_write/data/build/settings index f5ecbbe6c..520300fa6 100644 --- a/level_3/iki_write/data/build/settings +++ b/level_3/iki_write/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/status_code/data/build/settings b/level_3/status_code/data/build/settings index f1e3dca34..1b6d7cf74 100644 --- a/level_3/status_code/data/build/settings +++ b/level_3/status_code/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc diff --git a/level_3/utf8/data/build/settings b/level_3/utf8/data/build/settings index 11453119a..c24e99a45 100644 --- a/level_3/utf8/data/build/settings +++ b/level_3/utf8/data/build/settings @@ -8,6 +8,7 @@ # - clang: Use clang rather than the default, which is generally gcc. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - coverage: Compile for building coverage. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -20,7 +21,7 @@ version_micro 9 version_file micro version_target minor -modes individual individual_thread level monolithic clang test fanalyzer thread threadless +modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadless modes_default monolithic build_compiler gcc -- 2.47.3