You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah - we'll likely end up with LFS or a similar option. I tried LTO=thin, but that did not work. For freeBSD, I now use duckdb's SMALLER_BINARY=1, which reduces some of the less important templated code to decrease the binary size.
I've been testing this here: https://github.com/taniabogatsch/go-duckdb/tree/build-latest.
This issue summarises a few points that must be addressed when updating to the latest duckdb version.
Makefile
. As part of a bug fix, thebundle-library
target changed slightly. Below are the updated steps.LTO=thin
toCXX_CMAKE_FLAGS
.The text was updated successfully, but these errors were encountered: