Skip to content
Snippets Groups Projects
Commit b17cea74 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny: Committed by Johannes Junggeburth
Browse files

Revert default build type to Release

parent 24a2a910
No related branches found
No related tags found
1 merge request!327New schema for the GeoModel SQLite database and updated I/O
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Source: https://blog.kitware.com/cmake-and-the-default-build-type/ # Source: https://blog.kitware.com/cmake-and-the-default-build-type/
# Set a default build type if none was specified # Set a default build type if none was specified
set(default_build_type "Debug") set(default_build_type "Release")
# TODO: at the moment, we want to build in Release mode by default, # TODO: at the moment, we want to build in Release mode by default,
# even if we build from a Git clone, because that is the default mode # even if we build from a Git clone, because that is the default mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment