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
Looks like these don't allow overriding/take into account user flags? i.e If I configure with -DCMAKE_CXX_FLAGS_RELEASE="-march=armv8-a+nocrypto", I'd expect the ARM SHA-NI check to fail, but it doesn't. Also doesn't seem to work with APPEND_CXXFLAGS, which should always be (globally) taken into account?
bitcoin/cmake/introspection.cmake
Lines 230 to 231 in d3a10e6
Looks like these don't allow overriding/take into account user flags? i.e If I configure with
-DCMAKE_CXX_FLAGS_RELEASE="-march=armv8-a+nocrypto"
, I'd expect the ARM SHA-NI check to fail, but it doesn't. Also doesn't seem to work withAPPEND_CXXFLAGS
, which should always be (globally) taken into account?Originally posted in bitcoin#30454 (comment).
The text was updated successfully, but these errors were encountered: