]> Kevux Git Server - kevux-tools/commitdiff
Cleanup: Build settings and fakefile mode related settings and documentation.
authorKevin Day <Kevin@kevux.org>
Thu, 1 Aug 2024 03:45:38 +0000 (22:45 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 1 Aug 2024 03:45:38 +0000 (22:45 -0500)
data/build/remove/settings
data/build/tacocat/settings

index 66f2dc980f93fcbb142df696d4ac6503c20b8bb0..4d0c759350a27caebb3b0279253f06aa9b1c1b11 100644 (file)
@@ -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
index ff641934d88a40ceee69dcc6b233254882ff1ebd..0e007c3fcaaf659277b5cbfcd2932572a97f6620 100644 (file)
@@ -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