Skip to content

Commit

Permalink
Use -std=gnu++17 in mac GN configuration
Browse files Browse the repository at this point in the history
b/288332442
  • Loading branch information
dahlstrom-g authored Nov 4, 2023
1 parent 3fb452d commit 75d03e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starboard/build/config/mac/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ config("host") {

config("common") {
arflags = [ "-no_warning_for_no_symbols" ]
cflags_cc = [ "-std=gnu++14" ]
cflags_objcc = [ "-std=gnu++14" ]
cflags_cc = [ "-std=gnu++17" ]
cflags_objcc = [ "-std=gnu++17" ]
cflags = [ "-fno-common" ]
asmflags = [ "-fno-common" ]
ldflags = [ "-fno-common" ]
Expand Down

0 comments on commit 75d03e2

Please sign in to comment.