From a91527aed3a5020776905cd2ef6ec548f1294023 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 31 Jul 2024 22:45:38 -0500 Subject: [PATCH] Cleanup: Build settings and fakefile mode related settings and documentation. --- data/build/remove/settings | 3 ++- data/build/tacocat/settings | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/data/build/remove/settings b/data/build/remove/settings index 66f2dc9..4d0c759 100644 --- a/data/build/remove/settings +++ b/data/build/remove/settings @@ -9,6 +9,7 @@ # - monolithic: Compile using per monolithic libraries. # - clang: Use clang rather than the default, which is generally gcc. # - gcc: Use gcc specific settings. +# - gcc_13: Use gcc version 13 or greater specific settings. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. # - coverage: Compile for building coverage. @@ -25,7 +26,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless modes_default monolithic thread gcc build_compiler gcc diff --git a/data/build/tacocat/settings b/data/build/tacocat/settings index ff64193..0e007c3 100644 --- a/data/build/tacocat/settings +++ b/data/build/tacocat/settings @@ -9,6 +9,7 @@ # - monolithic: Compile using per monolithic libraries. # - clang: Use clang rather than the default, which is generally gcc # - gcc: Use gcc specific settings. +# - gcc_13: Use gcc version 13 or greater specific settings. # - test: Compile for a test, such as unit testing. # - fanalyzer: Compile using GCC's -fanalyzer compile time option. # - coverage: Compile for building coverage. @@ -25,7 +26,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless modes_default monolithic thread gcc build_compiler gcc -- 1.8.3.1