Skip to content
Permalink
Browse files
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
  • Loading branch information
Sergey Vojtovich committed Feb 19, 2018
1 parent 112cb56 commit 83b4713
Showing 1 changed file with 6 additions and 0 deletions.
@@ -175,7 +175,13 @@ IF(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
btr/btr0btr.cc
btr/btr0cur.cc
buf/buf0buf.cc
fts/fts0fts.cc
gis/gis0sea.cc
handler/handler0alter.cc
mtr/mtr0mtr.cc
row/row0merge.cc
row/row0mysql.cc
srv/srv0srv.cc
COMPILE_FLAGS "-O0"
)
ENDIF()

0 comments on commit 83b4713

Please sign in to comment.