-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
MDEV-37502 Make Server Debug + Clang compile ready #4145
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
Changes from all commits
3a72de7
fb959bf
292daf3
e9addff
8fe39a3
c7f2de5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -507,6 +507,10 @@ if(MSVC) | |
# Workaround Win8.1 SDK bug, that breaks /permissive- | ||
string(REPLACE "/permissive-" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") | ||
else() | ||
set_source_files_properties(${ROCKSDB_SOURCE_DIR}/options/db_options.cc | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @dr-m @vlad-lesin on the assumption that the two warnings in the commit message are what was seen, I pushed the warning down to just these two files. I didn't use There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you add a couple of commas to your GitHub comment here? Update: The comment has been updated inline. |
||
PROPERTIES COMPILE_FLAGS "-Wframe-larger-than=40960") | ||
set_source_files_properties(${ROCKSDB_SOURCE_DIR}/options/cf_options.cc | ||
PROPERTIES COMPILE_FLAGS "-Wframe-larger-than=32768") | ||
set(CMAKE_REQUIRED_FLAGS "-msse4.2 -mpclmul ${CXX11_FLAGS}") | ||
|
||
CHECK_CXX_SOURCE_COMPILES(" | ||
|
Uh oh!
There was an error while loading. Please reload this page.