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

C++ not compiled with optimizations? #19

Closed
steveklabnik opened this issue Sep 3, 2016 · 1 comment
Closed

C++ not compiled with optimizations? #19

steveklabnik opened this issue Sep 3, 2016 · 1 comment

Comments

@steveklabnik
Copy link

https://github.com/hashrocket/websocket-shootout/blob/master/Makefile#L19

Seems to be missing -O2 or -O3.

@jackc
Copy link
Contributor

jackc commented Sep 4, 2016

I got a crash with -O3 so I dropped back to -O2. -O2 didn't measurably improve performance, but still should be done for a benchmark I suppose.

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

2 participants