From 493696482cc17b47aa9bbe9543e96f9b6c995b74 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Wed, 22 Oct 2025 17:07:33 +0200 Subject: [PATCH] fixing small mistakes --- XMAKE_BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMAKE_BUILD.md b/XMAKE_BUILD.md index 9ff249b..0bfd5a6 100644 --- a/XMAKE_BUILD.md +++ b/XMAKE_BUILD.md @@ -23,7 +23,7 @@ You can force the mlx to use your integrated GPU using `xmake config --force_int The mlx can dump it's graphics memory use to json files every two seconds by enabling this option `xmake config --graphics_memory_dump=y`. ### 🪛 A possible build configuration -As a configuration example here's how the command can look like `xmake config --mode=debug --toolchain=clang --graphics_memory_dump=y --images_optimized=n` +As a configuration example here's how the command can look like `xmake config --mode=debug --toolchain=clang --graphics_memory_dump=y` ## 🚧 Build the lib