We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722e076 commit 96a947dCopy full SHA for 96a947d
cmd/build-naive/cmd_build.go
@@ -191,6 +191,7 @@ func buildTarget(t Target) {
191
"is_official_build=true",
192
"is_debug=false",
193
"is_clang=true",
194
+ "use_clang_modules=false",
195
"use_thin_lto=false", // Disable ThinLTO so static lib can be linked with system clang
196
"fatal_linker_warnings=false",
197
"treat_warnings_as_errors=false",
@@ -249,7 +250,7 @@ func buildTarget(t Target) {
249
250
case "android":
251
args = append(args,
252
"use_sysroot=false",
- "default_min_sdk_version=21",
253
+ "default_min_sdk_version=23",
254
"is_high_end_android=true",
255
"android_ndk_major_version=28",
256
)
naiveproxy
0 commit comments