Skip to content

Commit

Permalink
Update BUILD.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Oct 24, 2023
1 parent 4c710f7 commit 97d7211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/linux/shared/platform_configuration/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ config("compiler_flags") {
# C11 features that are not supported on some platforms' compilers.
"-std=c99",
]
cflags_cc = [ "-std=gnu++14" ]
cflags_cc = [ "-std=gnu++17" ]

if (use_asan) {
cflags += [
Expand Down

0 comments on commit 97d7211

Please sign in to comment.