Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 764959 Details for
Bug 833256
app-crypt/jitterentropy-3.3.1 #error "The CPU Jitter random number generator must not be compiled with optimizations" (PATCH)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
no-optimizations.patch
no-optimizations.patch (text/plain), 508 bytes, created by
email200202
on 2022-02-13 03:15:54 UTC
(
hide
)
Description:
no-optimizations.patch
Filename:
MIME Type:
Creator:
email200202
Created:
2022-02-13 03:15:54 UTC
Size:
508 bytes
patch
obsolete
>--- a/src/jitterentropy-base.c 2021-10-26 21:10:45.000000000 +1100 >+++ b/src/jitterentropy-base.c 2022-02-13 13:58:08.655716327 +1100 >@@ -53,7 +53,7 @@ > * > * None of the following should be altered > ***************************************************************************/ >- >+#pragma GCC optimize ("O0") > #ifdef __OPTIMIZE__ > #error "The CPU Jitter random number generator must not be compiled with optimizations. See documentation. Use the compiler switch -O0 for compiling jitterentropy.c." > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 833256
:
764956
|
764957
|
764958
| 764959