Skip to content

Commit

Permalink
Suppress warning in Win32 VS 2022 Cobalt Build (youtube#644)
Browse files Browse the repository at this point in the history
b/265873968
  • Loading branch information
arjungm committed Jun 21, 2023
1 parent 053c414 commit b5a0219
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions starboard/build/config/win/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ config("host") {
}

config("common") {
configs = []

cflags_cc = [ "/TP" ]
cflags = [ "/Z7" ]
ldflags = [
Expand All @@ -34,6 +36,9 @@ config("common") {
"UNICODE",
]

# Allows compilation against VS 2022.
configs += [ "//build/config/win:visual_studio_version_compat" ]

# msvs_base
# OutputDirectory and IntermediateDirectory, maybe CharacterSet
include_dirs += [
Expand Down

0 comments on commit b5a0219

Please sign in to comment.