summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsun Kim <veblush@google.com>2019-09-10 13:53:04 -0700
committerEsun Kim <veblush@google.com>2019-09-10 13:53:04 -0700
commite5f873198ec1f4516108817cbae3beedf7730380 (patch)
tree35d2fe13ac5bb428e487e354d48e3c4fe5e53a1f
parentcdb3779e9928661d45f7b06520e020674ed41615 (diff)
Removed -std=c89 option
-rw-r--r--BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 4b96c69..ad85b20 100644
--- a/BUILD
+++ b/BUILD
@@ -32,7 +32,6 @@ CPPOPTS = [
COPTS = CPPOPTS + [
# copybara:strip_for_google3_begin
"-pedantic",
- "-std=c89",
"-Wstrict-prototypes",
# copybara:strip_end
]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback