Remove unncessary build options

This commit is contained in:
Rahul Huilgol 2020-02-07 03:47:49 +00:00
parent 8973baaa12
commit d34dfe6baf
2 changed files with 0 additions and 18 deletions

View File

@ -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(

View File

@ -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",
],
) )