Skip to content

Commit

Permalink
Optimize for speed in boringssl (#4011)
Browse files Browse the repository at this point in the history
This reverts behavior to 24.lts standards.

b/359594600
  • Loading branch information
andrewsavage1 authored Aug 17, 2024
1 parent 4d4699e commit e11695a
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 e11695a

Please sign in to comment.