Skip to content

Commit

Permalink
Bug 1550041 - Pass -mpclmul to iOS targets. r=jcj,KevinJacobs
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D30383

--HG--
extra : moz-landing-system : lando
  • Loading branch information
eoger committed May 8, 2019
1 parent 003769f commit 2b116de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/freebl/freebl.gyp
Expand Up @@ -107,7 +107,7 @@
],
}],
# macOS build doesn't use cflags.
[ 'OS=="mac"', {
[ 'OS=="mac" or OS=="ios"', {
'xcode_settings': {
'OTHER_CFLAGS': [
'-mpclmul', '-maes'
Expand Down

0 comments on commit 2b116de

Please sign in to comment.