Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd support for debug builds (-g flag) #439
Comments
This comment has been minimized.
This comment has been minimized.
|
The intention is that normal builds will include |
This comment has been minimized.
This comment has been minimized.
alan-andrade
commented
Aug 28, 2014
|
That's good to know, I needed the same "feature". |
This comment has been minimized.
This comment has been minimized.
|
This is now implemented! See the I should also note that this is now the default for regular/test profiles, you'll just have to opt-in to debuginfo for release builds. |
alexcrichton
closed this
Sep 4, 2014
This comment has been minimized.
This comment has been minimized.
pratz
commented
Nov 16, 2014
|
This is awesome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gsingh93 commentedAug 25, 2014
I think there should be a way to optionally pass the
-gflag torustc. My specific use case is that I need a binary with debug information for use with kcov.