From d34dfe6bafb0b51a8e6e8278ca36b5b2800c2ad9 Mon Sep 17 00:00:00 2001 From: Rahul Huilgol Date: Fri, 7 Feb 2020 03:47:49 +0000 Subject: [PATCH] Remove unncessary build options --- third_party/aws/aws-c-common.bazel | 9 --------- third_party/aws/aws-c-event-stream.bazel | 9 --------- 2 files changed, 18 deletions(-) diff --git a/third_party/aws/aws-c-common.bazel b/third_party/aws/aws-c-common.bazel index bc582157141..ff58c9125a2 100644 --- a/third_party/aws/aws-c-common.bazel +++ b/third_party/aws/aws-c-common.bazel @@ -43,15 +43,6 @@ cc_library( ], deps = [ ], - copts = [ - "-std=c99", - "-D_POSIX_C_SOURCE=199309L", - "-D_GNU_SOURCE", - ], - linkopts = [ - "-lrt", - "-pthread", - ], ) template_rule( diff --git a/third_party/aws/aws-c-event-stream.bazel b/third_party/aws/aws-c-event-stream.bazel index e2a04ba6fa2..b43e63f2a98 100644 --- a/third_party/aws/aws-c-event-stream.bazel +++ b/third_party/aws/aws-c-event-stream.bazel @@ -22,13 +22,4 @@ cc_library( "@aws-c-common", "@aws-checksums", ], - copts = [ - "-std=c99", - "-D_POSIX_C_SOURCE=199309L", - "-D_GNU_SOURCE", - ], - linkopts = [ - "-lrt", - "-pthread", - ], )