We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc8061f + 570d75c commit 7dc9977Copy full SHA for 7dc9977
gpgpusim_check.cmake
@@ -121,7 +121,6 @@ if(NOT CMAKE_BUILD_TYPE)
121
set(GPGPUSIM_BUILD_MODE "release" CACHE STRING "" FORCE)
122
else()
123
string(TOLOWER "${CMAKE_BUILD_TYPE}" GPGPUSIM_BUILD_MODE)
124
- set(CMAKE_BUILD_TYPE Debug)
125
endif()
126
message(CHECK_PASS "${CMAKE_BUILD_TYPE}")
127
# TODO: Make this step an installation phase that handle copying so and creating symlinks
0 commit comments