Skip to content

Commit

Permalink
Remove pdb's for win32 builds (#3449)
Browse files Browse the repository at this point in the history
b/258547425

(cherry picked from commit b9ce36d)
  • Loading branch information
niranjanyardi authored and anonymous1-me committed Jun 4, 2024
1 parent 0161530 commit 3fdf4b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions starboard/win/win32/platform_configuration/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,4 @@ config("platform_configuration") {
# Enable GNU extensions to get prototypes like ffsl.
"_GNU_SOURCE=1",
]

if (!cobalt_fastbuild) {
ldflags += [ "/DEBUG:FULL" ]
}
}

0 comments on commit 3fdf4b2

Please sign in to comment.