Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I use cmake to build leveldb with my project, #14

Open
Small25 opened this issue Apr 30, 2021 · 0 comments
Open

I use cmake to build leveldb with my project, #14

Small25 opened this issue Apr 30, 2021 · 0 comments

Comments

@Small25
Copy link
Owner

Small25 commented Apr 30, 2021

I use cmake to build leveldb with my project,

add_subdirectory(leveldb)
target_link_libraries( ${APP_EXEC}  ...leveldb )

It seems leveldb disable RTTI (-f no-rtti) by default, there is some other third party library in my project which requires RTTI, is there any way to enable RTTI without modify leveldb/CMakeList.txt?

Originally posted by @luguoxiang in google/leveldb#731

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant