From 9e5c881b06bfb79ee9ee40cdd8dca3a78f268a40 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 21 Mar 2020 19:30:13 +0200 Subject: Add property to disable compiler sanity checks during cross compilation. --- docs/markdown/snippets/skipsanity.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/markdown/snippets/skipsanity.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/skipsanity.md b/docs/markdown/snippets/skipsanity.md new file mode 100644 index 0000000..94730a2 --- /dev/null +++ b/docs/markdown/snippets/skipsanity.md @@ -0,0 +1,9 @@ +## Skip sanity tests when cross compiling + +For certain cross compilation environments it is not possible to +compile a sanity check application. This can now be disabled by adding +the following entry to your cross file's `properties` section: + +``` +skip_sanity_check = true +``` -- cgit v1.1