From: Kevin Day Date: Thu, 1 Aug 2024 03:45:38 +0000 (-0500) Subject: Cleanup: Build settings and fakefile mode related settings and documentation. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=a91527aed3a5020776905cd2ef6ec548f1294023;p=kevux-tools Cleanup: Build settings and fakefile mode related settings and documentation. --- 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