Skip to content

Use more effective compile flags #18

Merged
merged 2 commits into from
Feb 7, 2019
Merged

Conversation

thomas
Copy link
Contributor

@thomas thomas commented Jan 25, 2019

No description provided.

The ones added are pretty common, and useful.

  -O2 often gives a real performance boost.

  -g  gives us the needed debug symbols, and
      makes it much easier to blame the coder :)

N.B. -Wterror -Wextra -pedantic are (IMHO) of limited
     use, they just point to lesser errors, not the real
     ones.
I've choosen 'n/a' as initial string, because this clearly isn't
a filename.
@donald donald merged commit 28a1229 into master Feb 7, 2019
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants