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

Add option to use static runtime #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

computerquip-streamlabs

There appears to have been misconception of not being able to use /MD when using libcef. This isn't true due to the use of the libcef_dll_wrapper described here.

This adds an option to dynamically link against the runtime by setting BROWSER_USE_STATIC_CRT to a falsey value.

While I've set the default value here to true, I don't suggest statically against the runtime here at all. I've set it to default only because this is how it was already set and it felt less intrusive.

@WizardCM WizardCM added Bug Fix Non-breaking change which fixes an issue Enhancement New feature or improvement Code Cleanup Non-breaking change which makes code smaller or more readable labels Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fix Non-breaking change which fixes an issue Code Cleanup Non-breaking change which makes code smaller or more readable Enhancement New feature or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants