Skip to content

Commit

Permalink
Use -std=gnu++17 in stub GN configuration
Browse files Browse the repository at this point in the history
b/288332442
  • Loading branch information
dahlstrom-g authored Aug 1, 2023
1 parent b0e5e71 commit 5da4937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/stub/platform_configuration/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ config("platform_configuration") {
configs = [ "//starboard/build/config/sabi" ]
cflags = []

cflags_cc = [ "-std=gnu++14" ]
cflags_cc = [ "-std=gnu++17" ]
ldflags = [ "-static-libstdc++" ]

if (is_debug) {
Expand Down

0 comments on commit 5da4937

Please sign in to comment.