-
Although dbcppp/build/bin/ibdbcppp_ExampleBasicUsage is not stripped, it does not contain debug information which will allow to view code in gdb. Can you give me a direction? |
Beta Was this translation helpful? Give feedback.
Answered by
xR3b0rn
Apr 21, 2022
Replies: 1 comment 1 reply
-
Have you tryed |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
baruchli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tryed
cmake -DCMAKE_BUILD_TYPE=Debug
?