Skip to content

Commit

Permalink
linux fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Jan 2, 2025
1 parent 01b203d commit 8946858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chsql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ExternalProject_Add(clickhouse_cpp_external
CMAKE_ARGS
-DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES}
-DCMAKE_OSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET}
-DCMAKE_CXX_FLAGS=-fPIC
-DCMAKE_CXX_FLAGS=-fPIC ${ARCH_FLAGS}
-DCMAKE_C_FLAGS=${ARCH_FLAGS}
INSTALL_COMMAND "" # Skip install step
BUILD_BYPRODUCTS
${CMAKE_CURRENT_BINARY_DIR}/clickhouse_cpp_external-prefix/src/clickhouse_cpp_external-build/clickhouse/libclickhouse-cpp-lib.a
Expand Down

0 comments on commit 8946858

Please sign in to comment.