wanghan-sanechips commented on code in PR #3053: URL: https://github.com/apache/kvrocks/pull/3053#discussion_r2204338081
########## cmake/rocksdb.cmake: ########## @@ -54,6 +54,7 @@ FetchContent_MakeAvailableWithArgs(rocksdb PORTABLE=${PORTABLE} ) +target_compile_options(rocksdb PRIVATE "-march=rv64gc") Review Comment: Thank you for pointing it out. I have updated the PR so that this compile option is only set for riscv64. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@kvrocks.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org