We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50190db commit e403bf8Copy full SHA for e403bf8
CMakeLists.txt
@@ -53,7 +53,7 @@ ELSE ()
53
ENDIF ()
54
55
# Add compiler flags for warnings and (more importantly) fPIC and debug symbols
56
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra -fPIC")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra -fPIC -g")
57
58
####################################
59
# Module, library and executable definition
0 commit comments