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 35fd245..1210d19 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 8458e5c..ce5d8d1 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 b43fe46..b11ff92 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 86000f7..449362e 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 b8bda77..1214aae 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 e1c10f1..8e00f17 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 c87f090..eeb0f9a 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 a58698f..35273ca 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 2de297d..ac07d4b 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 76a43c5..1fbd008 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 041c42a..382f80d 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 93e8846..223286a 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 88fb494..7c2cef5 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 2861a82..df29514 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 14b33b8..70fe1dc 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 f4c646b..2ccc118 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 faa0e42..f43fd1b 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 afdabc7..635ffa2 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 d13bd5a..c0b43af 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 -- 1.8.3.1