Commit a527bdbd authored by Shenghou Ma's avatar Shenghou Ma Committed by Minux Ma

cmd/dist: remove -Werror from CFLAGS

Fixes #12345.

Change-Id: I43d91e3f33171c333803036b29c3238c6aff3c60
Reviewed-on: https://go-review.googlesource.com/13962Reviewed-by: default avatarAndrew Gerrand <adg@golang.org>
parent 883bc6ed
...@@ -482,7 +482,6 @@ static char *proto_gccargs[] = { ...@@ -482,7 +482,6 @@ static char *proto_gccargs[] = {
"-Wno-switch", "-Wno-switch",
"-Wno-comment", "-Wno-comment",
"-Wno-missing-field-initializers", "-Wno-missing-field-initializers",
"-Werror",
"-fno-common", "-fno-common",
"-ggdb", "-ggdb",
"-pipe", "-pipe",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment