How to switch g++ to clang++ when cross-compile code on ARM
Created by: peyer
I just go to ${PADDLE-LITE-ROOT}/mobile/tools, and run command "./build.sh android", it chose aarch64-linux-android-g++ as compiler? How to witch g++ to clang++ when cross-compile code on ARM, and have you test difference of performance between library compiled by clang++ and g++?