Replies: 2 comments
-
Right now the easiest way to do this is by manually setting the debug flag with |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tend to do the following to debug:
We clearly should make it easier to set debug flags for F´ builds. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For Ref application, in its folder's CMakelist .txt, I set(CMAKE_BUILD_TYPE Debug) to help step through code and debug.
This doesn't set Debug for the other components and Libraries used by Ref , is there a way to set debuginfo/"-g" for all components ?
Is there one file this can be enabled at compile time ?
Beta Was this translation helpful? Give feedback.
All reactions