From 9ba26ee11108420bff6f5559268292fc6a65c9b8 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 31 Jul 2024 22:18:13 -0500 Subject: [PATCH] Cleanup: Alphabetize some of the settings. --- data/build/settings | 2 +- data/build/settings.controller | 2 +- data/build/settings.init | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/build/settings b/data/build/settings index 409b32e..d5510a9 100644 --- a/data/build/settings +++ b/data/build/settings @@ -114,8 +114,8 @@ 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 diff --git a/data/build/settings.controller b/data/build/settings.controller index 15d6250..3a38c0b 100644 --- a/data/build/settings.controller +++ b/data/build/settings.controller @@ -76,8 +76,8 @@ 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 diff --git a/data/build/settings.init b/data/build/settings.init index 56e6547..022e4cc 100644 --- a/data/build/settings.init +++ b/data/build/settings.init @@ -76,8 +76,8 @@ 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 -- 1.8.3.1