Remove unncessary build options
This commit is contained in:
parent
8973baaa12
commit
d34dfe6baf
9
third_party/aws/aws-c-common.bazel
vendored
9
third_party/aws/aws-c-common.bazel
vendored
@ -43,15 +43,6 @@ cc_library(
|
|||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
],
|
],
|
||||||
copts = [
|
|
||||||
"-std=c99",
|
|
||||||
"-D_POSIX_C_SOURCE=199309L",
|
|
||||||
"-D_GNU_SOURCE",
|
|
||||||
],
|
|
||||||
linkopts = [
|
|
||||||
"-lrt",
|
|
||||||
"-pthread",
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
template_rule(
|
template_rule(
|
||||||
|
9
third_party/aws/aws-c-event-stream.bazel
vendored
9
third_party/aws/aws-c-event-stream.bazel
vendored
@ -22,13 +22,4 @@ cc_library(
|
|||||||
"@aws-c-common",
|
"@aws-c-common",
|
||||||
"@aws-checksums",
|
"@aws-checksums",
|
||||||
],
|
],
|
||||||
copts = [
|
|
||||||
"-std=c99",
|
|
||||||
"-D_POSIX_C_SOURCE=199309L",
|
|
||||||
"-D_GNU_SOURCE",
|
|
||||||
],
|
|
||||||
linkopts = [
|
|
||||||
"-lrt",
|
|
||||||
"-pthread",
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user