refactoring some font support

This commit is contained in:
2025-12-02 15:47:38 -08:00
parent 38915484ac
commit 49fa7ff8a7
47 changed files with 37515 additions and 21660 deletions

View File

@@ -21,6 +21,17 @@ else ()
message(STATUS "Build system is NOT POSIX.")
endif ()
add_compile_options(
"-static"
"-Wall"
"-Wextra"
"-Werror"
"-Wno-unused-function"
"-Wno-unused-parameter"
"-g"
"$<$<CONFIG:RELEASE>:-O2>"
)
if (MSVC)
add_compile_options("/W4" "$<$<CONFIG:RELEASE>:/O2>")
else ()