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

Small makefile change to clean up debugging path resolutions. #1476

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adamcbraun
Copy link

Changed the compilation command to utilize absolute paths for source files. This helps resolve file locations during debugging more cleanly.

This change avoids confusion in debuggers with trying to resolve relative paths to track down the source files.

… files. This helps resolve file locations during debugging more cleanly.
@f4grx
Copy link

f4grx commented Apr 19, 2023

Hi,

As a simple contributor I can't see any problem with this change, so I approve it, but @karlp always has interesting and accurate remarks about the structure of this project, and I cant speak for them.

Did you make sure that no other place in the build infrastructure would benefit from a similar change? Thats the only detail I can think about.

Thank you.

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

3 participants