Skip to content

Commit

Permalink
Set build type debug, comment add build type release
Browse files Browse the repository at this point in the history
  • Loading branch information
prathameshd30 authored Aug 14, 2024
1 parent b7a2761 commit fd50f69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ project(prime-headers)

set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON)
set(CMAKE_BUILD_TYPE RelWithDebInfo)
set(CMAKE_BUILD_TYPE Debug)
##set(CMAKE_BUILD_TYPE Release)

# deliberately not including these subdirectories by glob regex as precaution

Expand Down

0 comments on commit fd50f69

Please sign in to comment.