[BUILD] Change the default build type to Release (#571)

This commit is contained in:
Keren Zhou
2022-07-01 12:17:22 -07:00
committed by GitHub
parent a74cce375f
commit 4bf509889b
2 changed files with 15 additions and 13 deletions

View File

@@ -3,11 +3,6 @@ include(ExternalProject)
set(CMAKE_CXX_STANDARD 17)
if(NOT TRITON_LLVM_BUILD_DIR)
set(TRITON_LLVM_BUILD_DIR ${CMAKE_BINARY_DIR})
endif()
project(triton)
include(CTest)
if(NOT WIN32)