Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove debug enforcement (-g) from unix compile options #12051

Merged
merged 1 commit into from Jul 30, 2023

Conversation

maloel
Copy link
Collaborator

@maloel maloel commented Jul 30, 2023

We were always compiling Linux with debug information, even if user asked for Release configuration...

CMake does this automatically: Debug and RelWithDebInfo configurations automatically add -g.

@maloel maloel requested a review from Nir-Az July 30, 2023 07:06
Copy link
Collaborator

@Nir-Az Nir-Az left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@maloel maloel merged commit 77a975f into IntelRealSense:development Jul 30, 2023
15 of 17 checks passed
@maloel maloel deleted the gcc-g branch July 31, 2023 07:31
maloel added a commit to maloel/librealsense that referenced this pull request Aug 7, 2023
… unix compile options

(cherry picked from commit 77a975f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants