You can create two different build directories: release and debug.

Then you run cmake $ARROW_ROOT on the two different folders.

On Fri, 22 Nov 2024 at 15:53 Carl Godkin <cgod...@gmail.com> wrote:

> Hi,
>
> I'm using the arrow library with parquet version 18.0.0 on Windows and
> Linux from C++.
>
> For development purposes, I build both a debug and release version of the
> libraries.  However, I noticed that (e.g., on Windows) the arrow and
> parquet libraries are named arrow.lib/.dll and parquet.lib/.dll after both
> builds.
>
> I'd like to specify a different name for the debug builds and don't find a
> cmake option for this.
>
> Is there a good way to do this?
>
> Thanks a lot,
>
> carl
>

Reply via email to