mirror of https://github.com/CGAL/cgal
Apply suggestions from code review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
parent
fb7f92c27c
commit
1d69abbc7f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue