dlib-android
dlib-android copied to clipboard
Why Clang over gcc 4.9?
I was wondering why @tzutalin had chosen clang over 4.9 in Application.mk? Are the pre built libraries for opencv using clang?
Can I also know the impact of chosing gnustl_static over c++-static? Assuming opencv pre-built libraries are built with gnustl_static option.
Thanks