removed: release type in CMakeLists.txt

This commit is contained in:
TaurusXin 2024-02-07 22:53:24 +08:00
parent 33a86db916
commit fb17095626
Signed by: taurusxin
GPG Key ID: C334DCA04AC2D2CC
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ project(ncmdump LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_BUILD_TYPE Release)
option(BUILD_WIN32_STATIC "Build the program statically on Windows" ON)
FILE(GLOB HEADERS ./*.h)