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

Makefile #29

Merged
merged 3 commits into from
Sep 15, 2015
Merged

Makefile #29

merged 3 commits into from
Sep 15, 2015

Conversation

ampli
Copy link
Contributor

@ampli ampli commented Sep 14, 2015

As discussed in #15.
In the commented-out CFALGS for developing, I changed -Os to -O2, as explained in the commit message.

@pfalcon
Copy link
Owner

pfalcon commented Sep 14, 2015

The only thing, I'd prefer TARGET rather than TARG.

- Use -DDEBUG
- Use -O0 instead of -Os, since Os includes -O2, a thing that makes
  using a debugger harder due to a changed order of computation and
  an inability to inspect variables that got optimized.
@ampli
Copy link
Contributor Author

ampli commented Sep 14, 2015

No problems.
I have replaced the pull request in-place.

@pfalcon pfalcon merged commit 46a847c into pfalcon:master Sep 15, 2015
@pfalcon
Copy link
Owner

pfalcon commented Sep 15, 2015

Merged, thanks.

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