My native project is set to use LLVM 3.6 in Tizen Studio so I can use std::thread. When I export a command-line project and build with
tizen build-native -a arm -c llvm -C Debug
it uses LLVM 3.4 and fails (because that version does not support std::thread).
Is there a way to specify the compiler version when doing a command-line build?