Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 8ceb37b

Browse files
Don't use LTO when building Android RevSecurity
1 parent 4f4797a commit 8ceb37b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

libopenssl/libopenssl.gyp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,15 @@
151151
{
152152
'product_name': 'RevSecurity',
153153
'product_extension': '',
154+
155+
'ldflags!':
156+
[
157+
'-flto',
158+
],
154159
},
155160
],
156161
],
157-
162+
158163
'all_dependent_settings':
159164
{
160165
'variables':

0 commit comments

Comments
 (0)