使用gcc,可以链接c++_static吗
Created by: northeastsquare
编译指南里面:https://paddlepaddle.github.io/Paddle-Lite/v2.2.0/source_compile/,的编译命令 ./lite/tools/build.sh --arm_os=android --arm_abi=armv7 --build_extra=OFF --arm_lang=gcc --android_stl=c++_static --build_extra=ON tiny_publish 里面指定了gcc编译,但是c++_static指的是llvm中的stl库,所以这就矛盾了?