Apply suggestions from code review

Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
Fubin Zhang 2022-09-27 10:15:18 +08:00 committed by GitHub
parent fb7f92c27c
commit 1d69abbc7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@ all entries are grayed. You are now ready to press *Generate*. Once this is
done, you can quit `cmake-gui`.
Without an explicit `CMAKE_BUILD_TYPE`, `CMake` does not add any additional build flags.
This will result in a default build without any optimizations and without any debug symbols.
You should set the variable `CMAKE_BUILD_TYPE` to `Release` or `Debug` to enable optimizations or debug symbols.
This will result in a default build without any debug symbols, and without any optimizations.
You should set the variable `CMAKE_BUILD_TYPE` to `Debug` to compile with debug symbols, or `Release` to enable optimizations.
\subsection installation_configuring_cmd Configuring CGAL with the cmake Command-Line Tool