Skip to content

Commit

Permalink
linux arm64 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Jan 2, 2025
1 parent 3775304 commit e69a946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chsql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(TARGET_NAME chsql)

project(${TARGET_NAME})

if(DUCKDB_EXPLICIT_PLATFORM MATCHER "linux_arm64")
if(DUCKDB_EXPLICIT_PLATFORM MATCHES "linux_arm64")
set(ARCH_FLAGS "-march=armv8-a")
endif()

Expand Down

0 comments on commit e69a946

Please sign in to comment.