Commit 3ac33f8c authored by Sergei Petrunia's avatar Sergei Petrunia

MariaRocks: fix a compilation problem

rdb_cf_options.cc must be compiled with RTTI
parent 8d8858c1
......@@ -41,6 +41,7 @@ ADD_DEFINITIONS(-DROCKSDB_PLATFORM_POSIX -DROCKSDB_LIB_IO_POSIX -DOS_LINUX
# -frtti)
set_source_files_properties(${ROCKSDB_LIB_SOURCES} PROPERTIES COMPILE_FLAGS -frtti)
set_source_files_properties(event_listener.cc PROPERTIES COMPILE_FLAGS -frtti)
set_source_files_properties(rdb_cf_options.cc PROPERTIES COMPILE_FLAGS -frtti)
SET(ROCKSDB_SOURCES
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment