diff options
| -rw-r--r-- | gpgpusim_check.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gpgpusim_check.cmake b/gpgpusim_check.cmake index 5da46c9..486d66d 100644 --- a/gpgpusim_check.cmake +++ b/gpgpusim_check.cmake @@ -121,7 +121,6 @@ if(NOT CMAKE_BUILD_TYPE) set(GPGPUSIM_BUILD_MODE "release" CACHE STRING "" FORCE) else() string(TOLOWER "${CMAKE_BUILD_TYPE}" GPGPUSIM_BUILD_MODE) - set(CMAKE_BUILD_TYPE Debug) endif() message(CHECK_PASS "${CMAKE_BUILD_TYPE}") # TODO: Make this step an installation phase that handle copying so and creating symlinks |
