Skip to content

[Fuzzer] Update build.sh to fix build errors #65496

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

Merged
merged 1 commit into from
Sep 7, 2023
Merged

[Fuzzer] Update build.sh to fix build errors #65496

merged 1 commit into from
Sep 7, 2023

Conversation

zeux
Copy link
Contributor

@zeux zeux commented Sep 6, 2023

Switch from C++11 to C++14 as fuzzer requires std::chrono and stdlibc++ doesn't provide chrono literals when using -std=c++11.

Also remove 'u' from ar command to fix this warning: ar: u' modifier ignored since D' is the default (see `U')

Switch from C++11 to C++14 as fuzzer requires std::chrono and stdlibc++
doesn't provide chrono literals when using -std=c++11.

Also remove 'u' from ar command to fix this warning:
ar: `u' modifier ignored since `D' is the default (see `U')
@zeux zeux requested a review from a team as a code owner September 6, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants