From 3e5e8053d2fea070784f18ccbebfcd69f7e7a137 Mon Sep 17 00:00:00 2001 From: wenqinli Date: Fri, 10 Jun 2022 19:34:24 +0800 Subject: [PATCH] Re-explain how to enable tests in its own llpc page --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dbda6fc..ea6a186 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,6 @@ cmake --build builds/Release32 * For RedHat 7.x, please use cmake3(>= 3.15) instead of cmake. * 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). * To enable Wayland support, use `-DBUILD_WAYLAND_SUPPORT=ON`. -* To enable tests, use `-DXGL_BUILD_TESTS=ON`. ## Installation Instructions ### Install Vulkan SDK