Fix cmake build on OSX/i386 (many innodb tests fail

in optimized build) 
Unlike in autotools build, innodb was compiled with 
-DUNIV_MUST_NOT_INLINE set.  this exposed what
seems to be a bug in gcc backend.

The fix is to remove extra definition.
This commit is contained in:
Vladislav Vaintroub 2010-03-21 13:52:57 +01:00
parent 1ba0848634
commit fa083b75c3

View file

@ -29,8 +29,6 @@ IF(UNIX)
ADD_DEFINITIONS("-DUNIV_AIX -DUNIX_MUST_NOT_INLINE")
ELSEIF(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
ADD_DEFINITIONS("-DUNIV_SOLARIS")
ELSE()
ADD_DEFINITIONS("-DUNIV_MUST_NOT_INLINE")
ENDIF()
ENDIF()