Skip to content
Snippets Groups Projects

Build dynamic library by default

Open Oliver Sander requested to merge enable-dynamic-objects-by-default into master
2 files
+ 24
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -9,6 +9,9 @@ SPDX-License-Identifier: LGPL-2.1-or-later
# dune-uggrid 2.10 (2024-09-04)
- `dune-uggrid` now builds a dynamic library by default, because using a shared library
together with the Python just-in-time compilation lead to hard-to-diagnose crashes.
* Remove deprecated `AllocEnvMemory` and `FreeEnvMemory`. They were
wrappers of standard `malloc` and `free`.
Loading