Skip to content

Commit e403bf8

Browse files
committed
added debug info compile option
1 parent 50190db commit e403bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ELSE ()
5353
ENDIF ()
5454

5555
# Add compiler flags for warnings and (more importantly) fPIC and debug symbols
56-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra -fPIC")
56+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra -fPIC -g")
5757

5858
####################################
5959
# Module, library and executable definition

0 commit comments

Comments
 (0)