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 c113dc8..285dee3 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 4a948a5..d7674c8 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 bd932d9..a0920fe 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 c48156c..54cb9cd 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 7fc4dbb..15be656 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 f18eebd..244e226 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 c8e5c5f..bd06c03 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 8f86463..b68a4eb 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 35c22db..a20cf63 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 7e51fc1..5399085 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 f2ac35f..0a0e395 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 f8743d6..a2a531e 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 d0b68bb..48efa51 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 d714b0f..e738592 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 31661a0..09d3f3a 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 64c692b..d7db000 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 4d11fff..5f3e073 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 1d3f162..ee1c42c 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 61d374c..d75f115 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 2636189..7769b9e 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 3412c87..f50f519 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 0177041..559d4f5 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 b29c3a0..e7fda87 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 ad36067..24a678c 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 2720f4a..9c99ffc 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 9f9f974..b199e08 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 a691aa6..479901d 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 e7d8b14..0054b11 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 be03da8..90dfb5a 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 93cfe76..de9fa69 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 917592b..5e62e78 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 58588c0..dbee919 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 e0ce6f5..e42740e 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 2ddcd2f..2e04d95 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 af5dcd4..456a738 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 2703237..b8f2214 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 3003c1a..68f7fa2 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 865876c..83dc877 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 7a758df..3f7d4b3 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 487b489..71e2bf6 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 e67d878..6ae5095 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 e203e3e..191d0a2 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 d795d9f..d15b5e3 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 b28c527..7dd034e 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 7ce2574..d62d720 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 611fcb8..3c2d5b4 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 07d2184..84a3577 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 fec94fa..aa81d1c 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 3876404..962fefd 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 bae929f..b0a6bc5 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 7e94dec..de28b02 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 2cd49e2..3d740fa 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 b340fd6..852ee87 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 bb89557..4c7ef64 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 c80a8e9..408a9cd 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 44403e9..a1bc071 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 5f685d0..4b5a416 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 7b773e0..2eb8517 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 0cce834..f28de9d 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 0ef6652..48400db 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 f24fbbd..f0f3f24 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 7d8fc92..8937a21 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 50ef9a9..2202eae 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 a0438c0..7b581de 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 c037fee..e358f5e 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 29a0445..ed56e9c 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 95af4a2..e5e0eff 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 8e12c0b..65e5971 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 055defd..d8a8b43 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 0796ede..8080989 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 5c319c6..2501bcc 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 a1e7eda..f13952a 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 a4dcbe3..129b74b 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 b08e65b..ff4b350 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 18e5a85..ad64d15 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 0cd7291..98675c1 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 49e07ca..f1b30ba 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 f1b3b39..ff95853 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 aea9d77..e32eca9 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 70ca8d7..613307c 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 90c0cd4..9edd09a 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 2613c29..ddb1c58 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 6fa975a..30b490b 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 cea02ff..8260a00 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 88051df..015c3c5 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 3f4b30d..ee3b200 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 a5b5fb6..fe0700a 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 d8d198c..a87143e 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 1b80562..8401e52 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 a7bb9b7..060b8e3 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 f5ecbbe..520300f 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 f1e3dca..1b6d7cf 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 1145311..c24e99a 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 -- 1.8.3.1