From b3888cfdbeaeb3e53b7ccf440c0d25b38cc9770f Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 9 Aug 2024 21:38:28 -0500 Subject: [PATCH] Cleanup: Move defines-threadless below defines-thread. --- data/build/stand_alone/settings/settings.remove | 2 +- data/build/stand_alone/settings/settings.tacocat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/build/stand_alone/settings/settings.remove b/data/build/stand_alone/settings/settings.remove index 1afd37e..19ec565 100644 --- a/data/build/stand_alone/settings/settings.remove +++ b/data/build/stand_alone/settings/settings.remove @@ -103,8 +103,8 @@ environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY L defines -include sources/c/remove-config.h -I sources/c/ #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_ # This is needed for glibc and strptime() usage. defines -D_GNU_SOURCE=1 diff --git a/data/build/stand_alone/settings/settings.tacocat b/data/build/stand_alone/settings/settings.tacocat index 48f0df4..3652f34 100644 --- a/data/build/stand_alone/settings/settings.tacocat +++ b/data/build/stand_alone/settings/settings.tacocat @@ -109,8 +109,8 @@ environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY L defines -include sources/c/tacocat-config.h -I sources/c/ #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