settings:
fail exit
- modes individual individual_thread level monolithic clang test fanalyzer coverage thread threadlesss
+ modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage 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
# - 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.
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
#defines -D_di_libcap_
defines -D_libcap_legacy_only_
-defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_
defines-threadless -D_di_thread_support_
+defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_
flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces
flags -fstack-clash-protection -fno-delete-null-pointer-checks
# - 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.
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
#defines -D_di_libcap_
defines -D_libcap_legacy_only_
-defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_
defines-threadless -D_di_thread_support_
+defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_
flags -O2 -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-missing-braces
flags -fstack-clash-protection -fno-delete-null-pointer-checks
# - 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.
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