From b6419adc1521accdf4cb752888c77f9a1baa392b Mon Sep 17 00:00:00 2001 From: sommermorgentraum <24917424+zxkmm@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:48:27 +0800 Subject: [PATCH] Updated Compile on WSL with ninja (markdown) --- Compile-on-WSL-with-ninja.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Compile-on-WSL-with-ninja.md b/Compile-on-WSL-with-ninja.md index da68fd5..6900681 100644 --- a/Compile-on-WSL-with-ninja.md +++ b/Compile-on-WSL-with-ninja.md @@ -1,3 +1,7 @@ +> [!NOTE] +> ccache is default disabled because it creats issues in particular situation. +> If you are expert, enabled it following this guide: https://github.com/portapack-mayhem/mayhem-firmware/wiki/Notes-About-ccache + 1. Update your system: ```sh