Skip to content

Commit

Permalink
Enable cpp17 audit on all platforms (youtube#1989)
Browse files Browse the repository at this point in the history
b/311249293
  • Loading branch information
niranjanyardi authored and Rongo-JL committed Dec 19, 2023
1 parent ec99981 commit a561a85
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,5 @@ if (current_toolchain == default_toolchain &&

cobalt_v8_emit_builtins_as_inline_asm = true

sb_enable_cpp17_audit = false

v8_enable_webassembly = false
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ if (current_toolchain == default_toolchain &&
sabi_path = "//starboard/sabi/x64/sysv/sabi-v$sb_api_version.json"
gl_type = "angle"
sb_angle_enable_gl = true

sb_enable_cpp17_audit = false
}
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 a561a85

Please sign in to comment.