Skip to content

Create optimized gcc build by default on Linux as well #109

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

Closed
chros73 opened this issue Aug 4, 2017 · 0 comments
Closed

Create optimized gcc build by default on Linux as well #109

chros73 opened this issue Aug 4, 2017 · 0 comments

Comments

@chros73
Copy link
Owner

chros73 commented Aug 4, 2017

Create optimized gcc build by default on Linux as well:

  • make it configurable with OPTIMIZE_BUILD env var, it can be unset during build time by:
    • OPTIMIZE_BUILD=no ./build.sh ch
  • use the following options:
    • MAKE_OPTS=-j4
    • CFLAGS="-march=native -pipe -O2 -fomit-frame-pointer"
  • display + in title bar (instead of -) for optimized build
  • don't allow packaging optimized build

Also update documentation (build instructions).

@chros73 chros73 added this to the 1.6.0-0.9.7 milestone Aug 4, 2017
@chros73 chros73 changed the title Create optimized gcc build by default on Linux Create optimized gcc build by default on Linux as well Aug 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant