Skip to content

Commit

Permalink
Get debugging symbols
Browse files Browse the repository at this point in the history
Signed-off-by: Jed Brown <jed@59A2.org>
  • Loading branch information
jedbrown committed Oct 9, 2008
1 parent 0dbd692 commit 2bb48eb
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 @@ -30,7 +30,7 @@ option (BUILD_SHARED_LIBS "Build shared Dohp libraries" ON)

add_definitions (-std=c99)
if (Dohp_USE_DEBUG)
add_definitions (-DdUSE_DEBUG=1)
add_definitions (-DdUSE_DEBUG=1 -g3)
endif (Dohp_USE_DEBUG)

if (PEDANTIC_WARNINGS)
Expand Down

0 comments on commit 2bb48eb

Please sign in to comment.