You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/06/16 00:17:59 UTC

[GitHub] [arrow] kou commented on issue #36117: Linker Error when building arrow bundled dependencies

kou commented on issue #36117:
URL: https://github.com/apache/arrow/issues/36117#issuecomment-1593876231

   Could you specify `-DCMAKE_BUILD_TYPE=Release` explicitly?
   
   ```bash
   git clone https://github.com/apache/arrow.git
   cd arrow/cpp
   mkdir build
   cd build
   cmake -DCMAKE_BUILD_TYPE=Release -DARROW_PARQUET=ON -DARROW_CSV=ON -DARROW_BUILD_STATIC=ON ..
   cmake --build . --config Release --target install
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org