From b5e5da863ff08c5ec4824771450eca962ffe0271 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 5 Dec 2025 20:56:18 -0600 Subject: [PATCH] Cleanup: Remove build settings objects that specify the default values. --- data/build/settings | 16 ---------------- data/build/stand_alone/settings.firewall | 18 ------------------ 2 files changed, 34 deletions(-) diff --git a/data/build/settings b/data/build/settings index 05ada81..103215e 100644 --- a/data/build/settings +++ b/data/build/settings @@ -62,28 +62,12 @@ build_sources_documentation man build_sources_setting network -build_script yes -build_shared yes build_static no path_headers program/firewall/main -path_library_script script -path_library_shared shared -path_library_static static -path_object_script script -path_object_shared shared -path_object_static static -path_program_script script -path_program_shared shared -path_program_static static path_sources sources/c/program/firewall/main has_path_standard no -preserve_path_headers yes - -search_exclusive yes -search_shared yes -search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/data/build/stand_alone/settings.firewall b/data/build/stand_alone/settings.firewall index bba8d4c..9034413 100644 --- a/data/build/stand_alone/settings.firewall +++ b/data/build/stand_alone/settings.firewall @@ -105,27 +105,9 @@ build_sources_documentation man build_sources_setting network -build_script yes -build_shared yes build_static no path_headers fll -path_library_script script -path_library_shared shared -path_library_static static -path_object_script script -path_object_shared shared -path_object_static static -path_program_script script -path_program_shared shared -path_program_static static - -has_path_standard yes -preserve_path_headers yes - -search_exclusive yes -search_shared yes -search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH -- 1.8.3.1