Skip to content

Commit

Permalink
CMAKE_BUILD_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
hgaonice committed Apr 23, 2024
1 parent dd2e684 commit ea94381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project(yolanda C CXX)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_C_STANDARD 99)
set(CMAKE_BUILD_TYPE Debug)

# Put the libaries and binaries that get built into directories at the
# top of the build tree rather than in hard-to-find leaf directories.
Expand Down

0 comments on commit ea94381

Please sign in to comment.