From 308da8b6ebd472263d3d4f002da4940b956f63e6 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 6 Jun 2024 23:50:59 -0500 Subject: [PATCH] Cleanup: Stand alone build flags-test is missing a space. --- build/stand_alone/byte_dump.settings | 2 +- build/stand_alone/controller.settings | 2 +- build/stand_alone/fake.settings | 2 +- build/stand_alone/firewall.settings | 2 +- build/stand_alone/fss_basic_list_read.settings | 2 +- build/stand_alone/fss_basic_list_write.settings | 2 +- build/stand_alone/fss_basic_read.settings | 2 +- build/stand_alone/fss_basic_write.settings | 2 +- build/stand_alone/fss_extended_list_read.settings | 2 +- build/stand_alone/fss_extended_list_write.settings | 2 +- build/stand_alone/fss_extended_read.settings | 2 +- build/stand_alone/fss_extended_write.settings | 2 +- build/stand_alone/fss_identify.settings | 2 +- build/stand_alone/fss_payload_read.settings | 2 +- build/stand_alone/fss_payload_write.settings | 2 +- build/stand_alone/fss_status_code.settings | 2 +- build/stand_alone/iki_read.settings | 2 +- build/stand_alone/status_code.settings | 2 +- build/stand_alone/utf8.settings | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/build/stand_alone/byte_dump.settings b/build/stand_alone/byte_dump.settings index 35fd245e1..1210d1964 100644 --- a/build/stand_alone/byte_dump.settings +++ b/build/stand_alone/byte_dump.settings @@ -98,7 +98,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/controller.settings b/build/stand_alone/controller.settings index 8458e5cae..ce5d8d186 100644 --- a/build/stand_alone/controller.settings +++ b/build/stand_alone/controller.settings @@ -133,7 +133,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/fake.settings b/build/stand_alone/fake.settings index b43fe468c..b11ff92be 100644 --- a/build/stand_alone/fake.settings +++ b/build/stand_alone/fake.settings @@ -126,7 +126,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/firewall.settings b/build/stand_alone/firewall.settings index 86000f71f..449362e5e 100644 --- a/build/stand_alone/firewall.settings +++ b/build/stand_alone/firewall.settings @@ -115,7 +115,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/fss_basic_list_read.settings b/build/stand_alone/fss_basic_list_read.settings index b8bda77b0..1214aaec6 100644 --- a/build/stand_alone/fss_basic_list_read.settings +++ b/build/stand_alone/fss_basic_list_read.settings @@ -103,7 +103,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/fss_basic_list_write.settings b/build/stand_alone/fss_basic_list_write.settings index e1c10f17a..8e00f175a 100644 --- a/build/stand_alone/fss_basic_list_write.settings +++ b/build/stand_alone/fss_basic_list_write.settings @@ -103,7 +103,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/fss_basic_read.settings b/build/stand_alone/fss_basic_read.settings index c87f0903e..eeb0f9a8b 100644 --- a/build/stand_alone/fss_basic_read.settings +++ b/build/stand_alone/fss_basic_read.settings @@ -103,7 +103,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/fss_basic_write.settings b/build/stand_alone/fss_basic_write.settings index a58698fea..35273cae3 100644 --- a/build/stand_alone/fss_basic_write.settings +++ b/build/stand_alone/fss_basic_write.settings @@ -103,7 +103,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/fss_extended_list_read.settings b/build/stand_alone/fss_extended_list_read.settings index 2de297da4..ac07d4bb0 100644 --- a/build/stand_alone/fss_extended_list_read.settings +++ b/build/stand_alone/fss_extended_list_read.settings @@ -103,7 +103,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/fss_extended_list_write.settings b/build/stand_alone/fss_extended_list_write.settings index 76a43c5c2..1fbd008bc 100644 --- a/build/stand_alone/fss_extended_list_write.settings +++ b/build/stand_alone/fss_extended_list_write.settings @@ -103,7 +103,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/fss_extended_read.settings b/build/stand_alone/fss_extended_read.settings index 041c42ae4..382f80d43 100644 --- a/build/stand_alone/fss_extended_read.settings +++ b/build/stand_alone/fss_extended_read.settings @@ -103,7 +103,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/fss_extended_write.settings b/build/stand_alone/fss_extended_write.settings index 93e884619..223286ac7 100644 --- a/build/stand_alone/fss_extended_write.settings +++ b/build/stand_alone/fss_extended_write.settings @@ -103,7 +103,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/fss_identify.settings b/build/stand_alone/fss_identify.settings index 88fb494ad..7c2cef5d0 100644 --- a/build/stand_alone/fss_identify.settings +++ b/build/stand_alone/fss_identify.settings @@ -102,7 +102,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/fss_payload_read.settings b/build/stand_alone/fss_payload_read.settings index 2861a82e2..df295141c 100644 --- a/build/stand_alone/fss_payload_read.settings +++ b/build/stand_alone/fss_payload_read.settings @@ -103,7 +103,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/fss_payload_write.settings b/build/stand_alone/fss_payload_write.settings index 14b33b8fb..70fe1dc3b 100644 --- a/build/stand_alone/fss_payload_write.settings +++ b/build/stand_alone/fss_payload_write.settings @@ -103,7 +103,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/fss_status_code.settings b/build/stand_alone/fss_status_code.settings index f4c646b92..2ccc1187a 100644 --- a/build/stand_alone/fss_status_code.settings +++ b/build/stand_alone/fss_status_code.settings @@ -105,7 +105,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/iki_read.settings b/build/stand_alone/iki_read.settings index faa0e4228..f43fd1bd1 100644 --- a/build/stand_alone/iki_read.settings +++ b/build/stand_alone/iki_read.settings @@ -101,7 +101,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/status_code.settings b/build/stand_alone/status_code.settings index afdabc724..635ffa243 100644 --- a/build/stand_alone/status_code.settings +++ b/build/stand_alone/status_code.settings @@ -102,7 +102,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC diff --git a/build/stand_alone/utf8.settings b/build/stand_alone/utf8.settings index d13bd5afb..c0b43af3d 100644 --- a/build/stand_alone/utf8.settings +++ b/build/stand_alone/utf8.settings @@ -99,7 +99,7 @@ flags-clang -Wno-logical-op-parentheses flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ flags-fanalyzer -fanalyzer flags-gcc_13 -fstrict-flex-arrays=3 -flags-test-O0 -fstack-protector-strong -Wall +flags-test -O0 -fstack-protector-strong -Wall flags-thread -pthread flags_library -fPIC -- 2.47.3