From d485c73c7a8d6d7f4e9f51cf1663be4fd3be83a2 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 27 Feb 2018 15:43:17 +0100 Subject: [PATCH] Fixes after review by Jane T. and Simon G. --- Installation/changes.md | 3 ++- Maintenance/public_release/announcement/mailing-beta.eml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Installation/changes.md b/Installation/changes.md index 07f3ac9dfc5..1530287722b 100644 --- a/Installation/changes.md +++ b/Installation/changes.md @@ -21,7 +21,8 @@ Release date: April 2018 set to `Release` by default. For a developer using the Visual Studio IDE or the Xcode IDE, the change should be transparent. Developers using makefiles or the Ninja build-system should set the `CMAKE_BUILD_TYPE` - to `Release` manually. + to `Release` manually, to avoid using CGAL libraries without any + compile-time optimization. ### 2D Movable Separability of Sets (new package) diff --git a/Maintenance/public_release/announcement/mailing-beta.eml b/Maintenance/public_release/announcement/mailing-beta.eml index 7e95fd71773..31eb8da8bfd 100644 --- a/Maintenance/public_release/announcement/mailing-beta.eml +++ b/Maintenance/public_release/announcement/mailing-beta.eml @@ -11,8 +11,8 @@ a solid ground to report bugs that need to be tackled before the release of the final version of CGAL 4.12 in September. -*WARNING*: The release features an important change of the CMake scripts -uses to configure the CGAL libraries and examples. Developers using +*WARNING*: This release features an important change of the CMake scripts +used to configure the CGAL libraries and examples. Developers using makefiles or the Ninja build-system should set the `CMAKE_BUILD_TYPE` to `Release` manually, to avoid using CGAL libraries without any compile-time optimization. Please read the first paragraph of the release notes