From e03007d96a4ff5a508b11e0c6bd7ee09a6728eca Mon Sep 17 00:00:00 2001 From: "Qiaojin.Bao" Date: Thu, 5 Dec 2024 10:39:03 +0800 Subject: [PATCH] Update build options for README.md (#382) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0355da..883d0f7 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ cmake --build builds/Release32 > **Note** > * For debug build, use `-DCMAKE_BUILD_TYPE=Debug -DLLVM_PARALLEL_LINK_JOBS=2` (Linking a debug build of llvm is very memory intensive, so we use only two parallel jobs). -> * If you want to build tools (such as [amdllpc](https://github.com/GPUOpen-Drivers/llpc/blob/dev/llpc/docs/amdllpc.md)) together with driver, add `-m build_with_tools.xml` in repo init and add the build option `-DXGL_BUILD_TOOLS=ON`. +> * If you want to build tools (such as [amdllpc](https://github.com/GPUOpen-Drivers/llpc/blob/dev/llpc/docs/amdllpc.md)) together with driver, add `-m build_with_tools.xml` in repo init and add the build option `-DVKI_BUILD_TOOLS=ON`. ## Installation Instructions ### Install Vulkan SDK