Skip to content

Commit

Permalink
Merge pull request #77 from minhanghuang/perf-build-type-76
Browse files Browse the repository at this point in the history
build: change default build type to debug
  • Loading branch information
minhanghuang authored Nov 4, 2024
2 parents 3f3d3e0 + 458c164 commit 9ce6cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 14)
set(TARGET_NAME ${PROJECT_NAME})
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release) # Debug/Release
set(CMAKE_BUILD_TYPE Debug)
endif()

enable_language(ASM)
Expand Down

0 comments on commit 9ce6cb1

Please sign in to comment.