summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorEsun Kim <veblush@google.com>2019-09-10 15:21:19 -0700
committerGitHub <noreply@github.com>2019-09-10 15:21:19 -0700
commit9effcbcb27f0a665f9f345030188c0b291e32482 (patch)
tree08d08f59d75fe4992e7579baff38ea0cb9eca7ad /BUILD
parentcdb3779e9928661d45f7b06520e020674ed41615 (diff)
parent905d1913f7497ed22f632b104a0c54b1cfb59537 (diff)
Merge pull request #213 from veblush/c99HEADmaster
Removed -std=c89 option
Diffstat (limited to 'BUILD')
-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