From 91650e29c5b3f833bd3f64b1df2aa49817a73f34 Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Sat, 31 Jan 2026 12:50:52 +0800 Subject: [PATCH] [Misc] (...): Fix typo. --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dffb06c1..2a6d3a95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project("MobileGL") option(MOBILEGL_BUILD_TEST "Build MobileGL tests" ON ) option(MOBILEGL_BUILD_BENCHMARK "Build MobileGL benchmarks" ON ) option(MOBILEGL_FORCE_RELEASE_OPT "Enable Release optimization flags in Debug build" ON ) -option(MOBILEGL_ENABLE_TRANCY "Enable trancy for profiling" OFF) +option(MOBILEGL_ENABLE_TRACY "Enable tracy for profiling" OFF) if (ANDROID) set(MOBILEGL_BUILD_TEST OFF CACHE BOOL "Build MobileGL tests" FORCE) diff --git a/README.md b/README.md index fdd0c25f..97446e1d 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ If you want to try the project right now, you’ll need to build it yourself: | `MOBILEGL_BUILD_TEST` | Build MobileGL tests (requires Clang) | ON | | `MOBILEGL_BUILD_BENCHMARK` | Build MobileGL benchmarks (requires Clang) | ON | | `MOBILEGL_FORCE_RELEASE_OPT` | Enable O3 and LTO in Debug build | ON | -| `MOBILEGL_ENABLE_TRANCY` | Enable Tracy profiler for performance analysis | OFF | +| `MOBILEGL_ENABLE_TRACY` | Enable Tracy profiler for performance analysis | OFF | **Notes:**