Skip to content

Commit 3775304

Browse files
committed
linux arm64 debug
1 parent 8946858 commit 3775304

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

chsql/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ set(TARGET_NAME chsql)
77

88
project(${TARGET_NAME})
99

10+
if(DUCKDB_EXPLICIT_PLATFORM MATCHER "linux_arm64")
11+
set(ARCH_FLAGS "-march=armv8-a")
12+
endif()
13+
1014
include(ExternalProject)
1115
ExternalProject_Add(clickhouse_cpp_external
1216
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../contribs/clickhouse-cpp

0 commit comments

Comments
 (0)