aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-ya-builder <robot-ya-builder@yandex-team.com>2022-10-24 07:57:00 +0300
committerrobot-ya-builder <robot-ya-builder@yandex-team.com>2022-10-24 07:57:00 +0300
commitf7f742a107de0dbf86a51c1b1ec3bdc5044dad95 (patch)
tree75babd6e15b2f1aa125597e0b7ced204740eafde
parentcf4b5923772bb1923ca91a09722730a8e5ba7726 (diff)
downloadydb-f7f742a107de0dbf86a51c1b1ec3bdc5044dad95.tar.gz
External build system generator release 13
Update tools: yexport
-rw-r--r--cmake/global_flags.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/global_flags.cmake b/cmake/global_flags.cmake
index a303ccd22e..63fb9ce56e 100644
--- a/cmake/global_flags.cmake
+++ b/cmake/global_flags.cmake
@@ -82,6 +82,11 @@ else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_FILE_OFFSET_BITS=64")
endif()
+if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsigned-char")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsigned-char")
+endif()
+
if (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
set(CMAKE_CXX_FLAGS "\
${CMAKE_CXX_FLAGS} \