From dd4f9c4eae9ec361ec153d892cc8aa5aa8a21b4a Mon Sep 17 00:00:00 2001 From: Zhang Ji Peng Date: Mon, 14 Oct 2024 10:16:58 +0800 Subject: [PATCH] turn off fast copy default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a571ed5..8b62d02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ option(OPT_FORMAT_BGR "Pixel format BGR support." ON) option(OPT_FORMAT_RGB565 "Pixel format RGB565 support." ON) option(OPT_FORMAT_RGB555 "Pixel format RGB555 support." ON) -option(OPT_FAST_COPY "Build Fast Memory Copy used support." ON) +option(OPT_FAST_COPY "Build Fast Memory Copy used support." OFF) option(OPT_FREE_TYPE2 "Build FreeType2 is support." OFF) option(OPT_FONT_CONFIG "Build FontConfig is support." OFF) option(OPT_LOW_MEMORY "Build Low Memory used support." OFF)