You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IGC/CMakeLists.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -1904,11 +1904,11 @@ else()
1904
1904
elseif(_buildType MATCHES"^debug$")
1905
1905
set(_buildType "Debug")
1906
1906
else()
1907
-
set(_buildType "Debug")
1907
+
set(_buildType "Release")
1908
1908
message(WARNING "CMAKE_BUILD_TYPE: Unknown build configuration. The following configurations are available: ${IGC_CMAKE_CONFIGURATION_TYPES}.\nThe \"${_buildType}\" configuration will be used.\nThis value has meaning only for single-configuration generators (like Make). It will be ignored for MSVC/XCode.")
1909
1909
endif()
1910
1910
else()
1911
-
set(_buildType "Debug")
1911
+
set(_buildType "Release")
1912
1912
message(WARNING "CMAKE_BUILD_TYPE: No build configuration specified. The following configurations are available: ${IGC_CMAKE_CONFIGURATION_TYPES}.\nThe \"${_buildType}\" configuration will be used.\nThis value has meaning only for single-configuration generators (like Make). It will be ignored for MSVC/XCode.")
0 commit comments