Skip to content

Commit

Permalink
Revert "Enable cpp17 audit on windows (youtube#897)" (youtube#940)
Browse files Browse the repository at this point in the history
This reverts commit f598c90.

b/288332442
  • Loading branch information
kaidokert authored Jul 15, 2023
1 parent 3e9e4e2 commit 333d500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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++17",
"/std:c++14",
]

# msvs_debug/_devel/etc
Expand Down
2 changes: 2 additions & 0 deletions starboard/win/shared/platform_configuration/configuration.gni
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ 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 333d500

Please sign in to comment.