Skip to content

Commit

Permalink
Cherry pick PR #3449: Remove pdb's for win32 builds (#3454)
Browse files Browse the repository at this point in the history
Refer to the original PR: #3449

b/258547425

Co-authored-by: Niranjan Yardi <[email protected]>
  • Loading branch information
1 parent 1372458 commit 04a2000
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 04a2000

Please sign in to comment.