From: Matthias Maier Date: Wed, 29 Mar 2023 18:05:15 +0000 (-0500) Subject: add a changelog entry X-Git-Tag: v9.5.0-rc1~399^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a140aa19523d0bf68a857a2de174044c7e812458;p=dealii.git add a changelog entry --- diff --git a/doc/news/changes/incompatibilities/20230329Maier b/doc/news/changes/incompatibilities/20230329Maier new file mode 100644 index 0000000000..39f4d33a3b --- /dev/null +++ b/doc/news/changes/incompatibilities/20230329Maier @@ -0,0 +1,8 @@ +Updated: deal.II no longer exports the -fPIC/-fpic compiler flags for +compiling relocatable, position independent code. This should have minimal +impact on user projects because CMake is handling the -fPIC/-fpic +automatically. But for some less common scenarios in user projects (e.g., +object targets) it might be necessary to set the POSITION_INDEPENDENT_CODE +target property in CMake. +
+(Matthias Maier, 2023/03/29)