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

-gcodeview and -fno-limit-debug-info do not seem to be supported anymore? #271

Closed
mirek-fidler opened this issue Apr 3, 2022 · 2 comments

Comments

@mirek-fidler
Copy link

When trying to use these on c++ commandline, I am getting these errors:

c++.exe: error: unrecognized debug output level 'codeview'
c++.exe: error: unrecognized command line option '-fno-limit-debug-info'; did you mean '-fno-init-derived'?

Are they deprecated?

@mstorsjo
Copy link
Owner

mstorsjo commented Apr 3, 2022

When trying to use these on c++ commandline, I am getting these errors:

c++.exe: error: unrecognized debug output level 'codeview' c++.exe: error: unrecognized command line option '-fno-limit-debug-info'; did you mean '-fno-init-derived'?

Are they deprecated?

When testing with the latest release, I can use these options just fine. I'm not familiar with the -fno-limit-debug-info option though, but I do test building with -gcodeview regularly.

@mirek-fidler
Copy link
Author

It was my fault (basically, wrong PATH). I apologize for false alarm. Thank you for the great effort you put into this package.

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

No branches or pull requests

2 participants