File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Maintenance/public_release/announcement Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ Release date: April 2018
2121 set to ` Release ` by default. For a developer using the Visual Studio
2222 IDE or the Xcode IDE, the change should be transparent. Developers using
2323 makefiles or the Ninja build-system should set the ` CMAKE_BUILD_TYPE `
24- to ` Release ` manually.
24+ to ` Release ` manually, to avoid using CGAL libraries without any
25+ compile-time optimization.
2526
2627### 2D Movable Separability of Sets (new package)
2728
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ a solid ground to report bugs that need to be tackled before the
1111release of the final version of CGAL 4.12 in September.
1212
1313
14- *WARNING*: The release features an important change of the CMake scripts
15- uses to configure the CGAL libraries and examples. Developers using
14+ *WARNING*: This release features an important change of the CMake scripts
15+ used to configure the CGAL libraries and examples. Developers using
1616makefiles or the Ninja build-system should set the `CMAKE_BUILD_TYPE` to
1717`Release` manually, to avoid using CGAL libraries without any compile-time
1818optimization. Please read the first paragraph of the release notes
You can’t perform that action at this time.
0 commit comments