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

Improve gcc and include g++, clang and clang++ #22

Merged
merged 1 commit into from
May 17, 2015

Conversation

mcarton
Copy link
Contributor

@mcarton mcarton commented May 7, 2015

Examples for g++, clang and clang++ are just symlinks, as the syntax does not really change.

@srsudar
Copy link
Owner

srsudar commented May 9, 2015

Are the changes like of things like main.c to *main.c* so that they will be emphasized when rendered as markdown, or for something else?

@srsudar
Copy link
Owner

srsudar commented May 9, 2015

I'm going to hold off on merging this until I figure out #24, as links aren't currently being respected.


assemble *main.c* (default output is *main.s*)

gcc -S main.c
Copy link
Owner

Choose a reason for hiding this comment

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

Wow the -S flag is awesome! I didn't know about that one.

@mcarton
Copy link
Contributor Author

mcarton commented May 9, 2015

Emphases was the idea indeed. It does not italicize in the terminal of course, but it does on Github, and it seemed more semantically correct to me.

@srsudar srsudar merged commit 0faf742 into srsudar:master May 17, 2015
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.

2 participants