Commit 83b47134 authored by Sergey Vojtovich's avatar Sergey Vojtovich

MDEV-14318 - cmake updates to build on arm64

Added more files affected by GCC ICE:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67143
parent 112cb561
...@@ -175,7 +175,13 @@ IF(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64") ...@@ -175,7 +175,13 @@ IF(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
btr/btr0btr.cc btr/btr0btr.cc
btr/btr0cur.cc btr/btr0cur.cc
buf/buf0buf.cc buf/buf0buf.cc
fts/fts0fts.cc
gis/gis0sea.cc gis/gis0sea.cc
handler/handler0alter.cc
mtr/mtr0mtr.cc
row/row0merge.cc
row/row0mysql.cc
srv/srv0srv.cc
COMPILE_FLAGS "-O0" COMPILE_FLAGS "-O0"
) )
ENDIF() ENDIF()
......
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