Revert "Try /MTd on Debug Windows builds."
This reverts commit 58ce2bc51a
.
Reason for revert: warnings / errors when building ANGLE.
Original change's description:
> Try /MTd on Debug Windows builds.
>
> The people clamor for it! I doubt we'll care in our testing.
>
> BUG=skia:5928
>
> Change-Id: I80d3948fd1f5d0b956c308bc3a6183b8660575ae
> Reviewed-on: https://skia-review.googlesource.com/7364
> Commit-Queue: Mike Klein <mtklein@chromium.org>
> Commit-Queue: Ben Wagner <bungeman@google.com>
> Reviewed-by: Ben Wagner <bungeman@google.com>
>
TBR=mtklein@chromium.org,bungeman@google.com,reviews@skia.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:5928
Change-Id: Id6ab3de7ebb5394749233429bada2f5244ff2978
Reviewed-on: https://skia-review.googlesource.com/7372
Commit-Queue: Mike Klein <mtklein@chromium.org>
Reviewed-by: Mike Klein <mtklein@chromium.org>
This commit is contained in:
parent
4a84f0afe0
commit
09008ff8dd
@ -386,12 +386,6 @@ config("no_rtti") {
|
||||
}
|
||||
}
|
||||
|
||||
config("debug") {
|
||||
if (is_win) {
|
||||
cflags = [ "/MTd" ]
|
||||
}
|
||||
}
|
||||
|
||||
config("release") {
|
||||
if (is_win) {
|
||||
cflags = [
|
||||
|
@ -132,9 +132,7 @@ default_configs = [
|
||||
"//gn:warnings",
|
||||
"//gn:warnings_except_public_headers",
|
||||
]
|
||||
if (is_debug) {
|
||||
default_configs += [ "//gn:debug" ]
|
||||
} else {
|
||||
if (!is_debug) {
|
||||
default_configs += [ "//gn:release" ]
|
||||
}
|
||||
if (!is_official_build) {
|
||||
|
Loading…
Reference in New Issue
Block a user