Skip to content

Commit

Permalink
Revert "Revert "Cherry pick PR #1909: Use -std=gnu++17 in mac GN conf…
Browse files Browse the repository at this point in the history
…iguration"" (#2266)

Reverts #2048
  • Loading branch information
niranjanyardi authored Jan 23, 2024
1 parent 3d27493 commit 5bda30d
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 5bda30d

Please sign in to comment.