# - 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.
#
# - 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.
#
# - 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.
#
settings:
fail exit
- modes clang coverage fanalyzer gcc 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
#
build_name controller
+stage stand_alone
version_major 0
version_minor 7
#
build_name init
+stage stand_alone
version_major 0
version_minor 7