Skip to content

Commit

Permalink
Use -std=c++17 in android GN configuration
Browse files Browse the repository at this point in the history
b/288332442
  • Loading branch information
dahlstrom-g authored Oct 20, 2023
1 parent 3c27940 commit 66cf902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/android/shared/platform_configuration/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ config("platform_configuration") {
defines += [ "THREAD_SANITIZER" ]
}

cflags_cc = [ "-std=c++14" ]
cflags_cc = [ "-std=c++17" ]
cflags += [
# libwebp uses the cpufeatures library to detect ARM NEON support
"-I${android_ndk_path}/sources/android/cpufeatures",
Expand Down

0 comments on commit 66cf902

Please sign in to comment.