qnixsynapse / chromium-vaapi

Mirror repository of chromium-vaapi from RPMFusion
https://rpmfusion.org
20 stars 1 forks source link

Use some new flags #16

Closed mthomos closed 4 years ago

mthomos commented 4 years ago

For better compatibility and optimization

enable_nacl_nonsfi=false enable_vr=false is_cfi=true use_thin_lto=true

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.93. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

qnixsynapse commented 4 years ago

Okay, But I have heard that lto has serious problem on GCC. But I will try the rest of them including disabling VR.

sheepdestroyer commented 4 years ago

no vr? not fun...

qnixsynapse commented 4 years ago

@sheepdestroyer Do you use VR?

sheepdestroyer commented 4 years ago

Yes, I have an Index. Firefox Reality is doing fun stuffs, and Chrome 79 beta also just added WebXR support. So great things are coming this way.

qnixsynapse commented 4 years ago

@sheepdestroyer I will re-enable it on future version. The other flag op mentioned works only on clang.

For optimisation, I'm using Redhat build flags. Anyways, closing this. Please reopen if there are any more flags independent of the compiler chosen.