common: sdclang: switch to SDClang 3.9
Based on our tests SDClang 4.0 isn't ready yet, as it breaks many important stuff like the camera. We will use SDClang 3.9 as primary one. Change-Id: Ia7de336f6f12ddb5fa67164f221599e88c4ed500 Signed-off-by: Hernán Castañón <herna@paranoidandroid.co>
This commit is contained in:
parent
e8638d9388
commit
c73236a6a1
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"default" : {
|
||||
"SDCLANG" : true,
|
||||
"SDCLANG_PATH" : "vendor/qcom/sdclang-4.0/linux-x86/bin",
|
||||
"SDCLANG_PATH" : "vendor/qcom/sdclang-3.9/linux-x86/bin",
|
||||
"SDCLANG_PATH_2" : "vendor/qcom/sdclang-4.0/linux-x86/bin",
|
||||
"SDCLANG_FLAGS" : "-O3 -fvectorize-loops -Wno-vectorizer-no-neon -Wno-user-defined-warnings",
|
||||
"SDCLANG_FLAGS_2" : "-O3 -fvectorize-loops -Wno-vectorizer-no-neon -Wno-user-defined-warnings"
|
||||
|
|
Loading…
Reference in New Issue