Skip to content

Commit

Permalink
Enable cpp17 audit on windows (youtube#897)
Browse files Browse the repository at this point in the history
b/288332442
  • Loading branch information
niranjanyardi committed Jul 13, 2023
1 parent 493e3ea commit f598c90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion starboard/build/config/win/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ config("common") {
]
cflags += [
"/EHsc",
"/std:c++14",
"/std:c++17",
]

# msvs_debug/_devel/etc
Expand Down
2 changes: 0 additions & 2 deletions starboard/win/shared/platform_configuration/configuration.gni
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ pedantic_warnings_config_path =
"//starboard/win/shared/platform_configuration:pedantic_warnings"

cobalt_platform_dependencies = [ "//starboard/egl_and_gles" ]

sb_enable_cpp17_audit = false

0 comments on commit f598c90

Please sign in to comment.