You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
random/jitterentropy-base.c relies on the gcc behavior that the OPTIMIZE macro is undefined when using #pragma GCC optimize ("O0"). The clang equivalent to this: #pragma clang optimize off, does not undefine the OPTIMIZE macro.
random/jitterentropy-base.c relies on the gcc behavior that the OPTIMIZE macro is undefined when using #pragma GCC optimize ("O0"). The clang equivalent to this: #pragma clang optimize off, does not undefine the OPTIMIZE macro.
Upstream Patch/Discussion: http://gnupg.10057.n7.nabble.com/PATCH-Fix-build-of-jitterentropy-base-c-with-clang-td70843.html
The text was updated successfully, but these errors were encountered: