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

Simplify debug mode #118

Closed
basxto opened this issue Jan 15, 2021 · 2 comments
Closed

Simplify debug mode #118

basxto opened this issue Jan 15, 2021 · 2 comments

Comments

@basxto
Copy link
Contributor

basxto commented Jan 15, 2021

It would be easier if lcc would just accept --debug and then set --debug for the compiler and -y for the linker

@bbbbbr
Copy link
Collaborator

bbbbbr commented Jan 16, 2021

Seems reasonable. Probably easy to implement.

In keeping with current lcc convention, probably just a single char before the option -debug (-tempdir, -target, etc).

Should it also turn on .map and .noi output? (-Wl-m -Wl-j)

@basxto
Copy link
Contributor Author

basxto commented Jan 16, 2021

.noi output could be interesting for those who want to convert that into .sym and debug with a different debugger

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

3 participants