From 7a159ff1e1e947f20a017bbc8e89c1701a9d7098 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Wed, 8 May 2019 17:22:56 +0100 Subject: Add add_languages(native:) v2: Retain not using logical-and, to avoid short-circuiting side-effects of add_languages() --- docs/markdown/snippets/native_compiler_not_required.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/native_compiler_not_required.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/native_compiler_not_required.md b/docs/markdown/snippets/native_compiler_not_required.md new file mode 100644 index 0000000..0847b2b --- /dev/null +++ b/docs/markdown/snippets/native_compiler_not_required.md @@ -0,0 +1,5 @@ +## Native (build machine) compilers not always required + +`add_languages()` gained a `native:` keyword, indicating if a native or cross +compiler is to be used. Currently, for backwards compatibility, if the keyword +is absent, that means both are used. -- cgit v1.1