We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee88bd7 commit e5c60ccCopy full SHA for e5c60cc
cmake/BuildType.cmake
@@ -1,7 +1,7 @@
1
# Source (BSD-3) https://github.com/openchemistry/tomviz/blob/master/cmake/BuildType.cmake
2
3
# Set a default build type if none was specified
4
-set(default_build_type "Debug")
+set(default_build_type "Release")
5
6
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
7
message(STATUS "Setting build type to '${default_build_type}' as none was specified.")
0 commit comments