You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-22 20:42:36 +03:00
Merge pull request #1422 from drrtuy/lost-commit
Changes needed by community ASAN BB builders
This commit is contained in:
@@ -186,7 +186,7 @@ IF (NOT INSTALL_LAYOUT)
|
|||||||
ELSE ()
|
ELSE ()
|
||||||
# Remove visibility flag for now as it breaks Ubuntu 18.05 and we need to
|
# Remove visibility flag for now as it breaks Ubuntu 18.05 and we need to
|
||||||
# fix our libraries anyway
|
# fix our libraries anyway
|
||||||
STRING(REPLACE "-fvisibility=hidden" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
|
STRING(REPLACE "-fvisibility=hidden" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
||||||
# TODO: Re-enable these and fix the warnings they generate
|
# TODO: Re-enable these and fix the warnings they generate
|
||||||
MY_CHECK_AND_SET_COMPILER_FLAG("-Wno-ignored-qualifiers -Wno-overloaded-virtual -Wno-vla -Wno-non-virtual-dtor -Wno-extra -D_DEBUG" DEBUG)
|
MY_CHECK_AND_SET_COMPILER_FLAG("-Wno-ignored-qualifiers -Wno-overloaded-virtual -Wno-vla -Wno-non-virtual-dtor -Wno-extra -D_DEBUG" DEBUG)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|||||||
Reference in New Issue
Block a user