-
Notifications
You must be signed in to change notification settings - Fork 425
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
Remove some -O3 optimization flags to improve performance from 20% ~ … #134
base: master
Are you sure you want to change the base?
Conversation
…60 speed up while decoding the most expensive frame
Hi @ChihMin , |
Hi @DavidLvSinonet, I faced the same problem while building this project with emscripten 1.36.
mv ${YOUR_PATH}/opt ${YOUR_PATH}/opt.bak
touch ${YOUR_PATH}/opt
chmod +x ${YOUR_PATH}/opt
#!/bin/bash
${ABSOLUTE_PATH}/opt.bak $@ |
Hi @ChihMin , There have the some problems.
|
Hi @DavidLvSinonet, |
i was running my tests with emscripten 1.36.9 |
Thank you for this project,it is very good. |
…60 speed up while decoding the most expensive frame