mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
compilation fix for fulltest-big
This commit is contained in:
parent
20bb4ed15e
commit
da619f010f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ IF(MSVC)
|
|||
ADD_DEFINITIONS(-DJU_WIN)
|
||||
ELSE(MSVC)
|
||||
# Fix lp bug 1221555 with -fpermissive, so that errors in gcc 4.7 become warnings for the time being
|
||||
STRING(REPLACE "-fno-exceptions" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
|
||||
STRING(REPLACE "-fno-exceptions" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated -fno-strict-aliasing -fpermissive")
|
||||
ENDIF(MSVC)
|
||||
|
||||
|
|
Loading…
Reference in a new issue