Skip to content

Commit

Permalink
feat(api): provide a flavor of api using stdbool
Browse files Browse the repository at this point in the history
API type: RimeApi_stdbool
API entry function: rime_get_api_stdbool
  • Loading branch information
lotem committed May 16, 2024
1 parent 771c94a commit b6251d1
Show file tree
Hide file tree
Showing 6 changed files with 1,226 additions and 1,043 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ endif(WIN32)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake")
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "${PROJECT_SOURCE_DIR}")

if (ENABLE_ASAN)
if(ENABLE_ASAN)
set(asan_cflags "-fsanitize=address -fno-omit-frame-pointer")
set(asan_lflags "-fsanitize=address -lasan")
set(CMAKE_C_FLAGS "${asan_cflags} ${CMAKE_C_FLAGS}")
Expand Down
Loading

0 comments on commit b6251d1

Please sign in to comment.