settings:
fail exit
- modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless
+ modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless
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
# - level: Compile using per level libraries.
# - monolithic: Compile using per monolithic libraries.
# - clang: Use CLang rather than the default, which is generally GCC.
+# - coverage: Compile for building coverage.
+# - fanalyzer: Compile using GCC's -fanalyzer compile time option.
# - gcc: Use GCC specific settings.
-# - gcc_13: Use gcc version 13 or greater 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.
# - thread: Compile with thread support.
# - threadless: Compile without thread support.
#
version_file micro
version_target minor
-modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless
+modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless
modes_default monolithic thread gcc
build_compiler gcc
# - level: Compile using per level libraries.
# - monolithic: Compile using per monolithic libraries.
# - clang: Use CLang rather than the default, which is generally GCC.
+# - coverage: Compile for building coverage.
+# - fanalyzer: Compile using GCC's -fanalyzer compile time option.
# - gcc: Use GCC specific settings.
-# - gcc_13: Use gcc version 13 or greater 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.
# - thread: Compile with thread support.
# - threadless: Compile without thread support.
#
version_file micro
version_target minor
-modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless
+modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless
modes_default monolithic thread gcc
build_compiler gcc
settings:
fail exit
- modes clang coverage fanalyzer gcc stand_alone test thread threadless
+ modes clang coverage fanalyzer gcc gcc_13 test thread threadless
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
# fake -s data/build/stand_alone/settings.control clean build
#
# Modes:
-# - clang: Use clang rather than the default, which is generally GCC.
-# - coverage: Compile for building coverage.
-# - fanalyzer: Compile using GCC's -fanalyzer compile time option.
-# - gcc: Use GCC specific settings.
-# - test: Compile for a test, such as unit testing.
-# - thread: Compile with thread support.
-# - threadless: Compile without thread support.
+# - clang: Use Clang rather than the default, which is generally GCC.
+# - coverage: Compile for building coverage.
+# - fanalyzer: Compile using GCC's -fanalyzer compile time option.
+# - gcc: Use GCC specific settings.
+# - gcc_13: Use GCC version 13 or greater specific settings.
+# - test: Compile for a test, such as unit testing.
+# - thread: Compile with thread support.
+# - threadless: Compile without thread support.
#
build_name control
+stage stand_alone
version_major 0
version_minor 7
version_file micro
version_target minor
-modes clang coverage fanalyzer gcc test thread threadless
+modes clang coverage fanalyzer gcc gcc_13 test thread threadless
modes_default thread gcc
build_compiler gcc