Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/onecoolx/picasso
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjipeng committed Dec 1, 2024
2 parents 60d86d8 + dd4f9c4 commit 6657ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6657ea5

Please sign in to comment.