aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Joe Gregorio <jcgregorio@google.com>2016-11-29 18:20:44 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-29 18:20:56 +0000
commitc18baa11a0c4611b71f59b68c06796615e2a2912 (patch)
tree16771d87a757ab6f7b08bd12b1a64d02efbcd4d6 /gn/BUILD.gn
parent9939bd6454bbaaa7c20afef6ec5740db077c9885 (diff)
Revert "Use /MD for Windows builds."
This reverts commit cab79aadad30e48fc7b4ba9868d6badf3798beba. Reason for revert: Bots crashing. Original change's description: > Use /MD for Windows builds. > > I think the default is /MT, static linking. > This should make our builds smaller, and compatible with clients using /MD. > > Change-Id: Id8a39a029925eda2627532bbd0223c693300f5da > Reviewed-on: https://skia-review.googlesource.com/5277 > Reviewed-by: Ben Wagner <bungeman@google.com> > Commit-Queue: Mike Klein <mtklein@chromium.org> > TBR=mtklein@chromium.org,bungeman@google.com,reviews@skia.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Change-Id: Iff644250a23175e44a4282e7aaea0e2a2adc1ce0 Reviewed-on: https://skia-review.googlesource.com/5310 Commit-Queue: Joe Gregorio <jcgregorio@google.com> Reviewed-by: Joe Gregorio <jcgregorio@google.com>
Diffstat (limited to 'gn/BUILD.gn')
-rw-r--r--gn/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index 334fc4a4c7..60dddffd40 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -64,7 +64,6 @@ config("default") {
"/FS", # Preserve previous PDB behavior.
"/bigobj", # Some of our files are bigger than the regular limits.
"/WX", # Treat warnings as errors.
- "/MD", # Link against dynamic, non-debug standard library.
]
defines += [
"_CRT_SECURE_NO_WARNINGS", # Disables warnings about sscanf().