We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860f871 commit f5d908bCopy full SHA for f5d908b
ci/docker/x86_64-linux-android/Dockerfile
@@ -25,5 +25,5 @@ ENV PATH=$PATH:/rust/bin:/android/ndk/toolchains/llvm/prebuilt/linux-x86_64/bin
25
CARGO_TARGET_X86_64_LINUX_ANDROID_LINKER=x86_64-linux-android21-clang \
26
CC_x86_64_linux_android=x86_64-linux-android21-clang \
27
CXX_x86_64_linux_android=x86_64-linux-android21-clang++ \
28
- OBJDUMP=llvm-objdump \
+ OBJDUMP="llvm-objdump -Mintel" \
29
HOME=/tmp
0 commit comments