mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
build: add --without-amaro
build flag
PR-URL: https://github.com/nodejs/node/pull/54136 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
parent
2f7a354f14
commit
1e3a3470a5
10 changed files with 43 additions and 7 deletions
|
@ -412,5 +412,10 @@
|
|||
}, {
|
||||
'defines': [ 'HAVE_OPENSSL=0' ]
|
||||
}],
|
||||
[ 'node_use_amaro=="true"', {
|
||||
'defines': [ 'HAVE_AMARO=1' ],
|
||||
}, {
|
||||
'defines': [ 'HAVE_AMARO=0' ]
|
||||
}],
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue