-
Notifications
You must be signed in to change notification settings - Fork 206
Do not use -Ofast in libxz
#10273
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
base: IB/CMSSW_16_1_X/master
Are you sure you want to change the base?
Do not use -Ofast in libxz
#10273
Conversation
-Ofast implies -funsafe-math-optimizations, which affects the global FP state for all programs: when used at link time, it may include libraries or startup files that change the default FPU control word or other similar optimizations.
|
please test |
|
A new Pull Request was created by @fwyzard for branch IB/CMSSW_16_1_X/master. @akritkbehera, @iarspider, @raoatifshad, @smuzaffar can you please review it and eventually sign? Thanks. |
|
cms-bot internal usage |
|
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7a57f6/50534/summary.html Failed External BuildI found compilation warning when building: See details on the summary page. |
|
please test what ? |
|
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7a57f6/50540/summary.html Failed External BuildI found compilation warning when building: See details on the summary page. |
|
please test |
|
-1 Failed Tests: RelVals Failed RelVals |
-Ofastimplies-funsafe-math-optimizations, which affects the global FP state for all programs: when used at link time, it may include libraries or startup files that change the default FPU control word or other similar optimisations.