-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 ability to disable verbose strings in curl #10986
Conversation
Currently within curl there exists 2 parameters verbose debug and verbose strings. On unix systems with autotools disabling verbose debug will disable both however on windows systems these are semantically different. This change allows the option when configuring with cmake to selectively disable one, the other or both
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying libcurl/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
suggested change by @uilianries Co-authored-by: Uilian Ries <uilianries@gmail.com>
This comment has been minimized.
This comment has been minimized.
All green in build 5 (
|
Currently within curl there exists 2 parameters verbose debug and verbose strings. On unix systems with autotools disabling verbose debug will disable both however on windows systems these are semantically different. This change allows the option when configuring with cmake to selectively disable one, the other or both