Skip to content

Commit

Permalink
Use -std=gnu++17 in Linux GN configuration
Browse files Browse the repository at this point in the history
b/288332442
  • Loading branch information
dahlstrom-g authored Nov 3, 2023
1 parent 36ddc12 commit 9c09186
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 9c09186

Please sign in to comment.