Skip to content

Commit

Permalink
Cherry pick PR #4011: Optimize for speed in boringssl (#4019)
Browse files Browse the repository at this point in the history
Refer to the original PR: #4011

This reverts behavior to 24.lts standards.

b/359594600

Co-authored-by: Andrew Savage <[email protected]>
  • Loading branch information
1 parent 6643612 commit 373be47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/boringssl/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ config("internal_config") {
"OPENSSL_SMALL",
]
if (is_starboard) {
defines -= [ "OPENSSL_SMALL" ]
defines += [
"NO_SYS_PARAM_H",
"NO_SYS_UN_H",
Expand Down

0 comments on commit 373be47

Please sign in to comment.