From 64f7f42afbac13920e52e2abdc744ecc32cf71fe Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 31 Jul 2024 22:16:37 -0500 Subject: [PATCH] Cleanup: Alphabetize some of the settings. --- data/build/settings.control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/build/settings.control b/data/build/settings.control index 3b666d7..13a160c 100644 --- a/data/build/settings.control +++ b/data/build/settings.control @@ -76,18 +76,18 @@ environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY L #defines -D_di_libcap_ defines -D_libcap_legacy_only_ -defines-threadless -D_di_thread_support_ defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ +defines-threadless -D_di_thread_support_ flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces flags -fstack-clash-protection -fno-delete-null-pointer-checks flags -Wl,-z,nodlopen -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -flags-thread -pthread 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-fanalyzer -fanalyzer -flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ +flags-thread -pthread flags_library -fPIC flags_object -fPIC -- 1.8.3.1