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:
Antoine du Hamel 2024-08-02 12:37:36 +02:00 committed by GitHub
parent 2f7a354f14
commit 1e3a3470a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 43 additions and 7 deletions

View file

@ -412,5 +412,10 @@
}, {
'defines': [ 'HAVE_OPENSSL=0' ]
}],
[ 'node_use_amaro=="true"', {
'defines': [ 'HAVE_AMARO=1' ],
}, {
'defines': [ 'HAVE_AMARO=0' ]
}],
],
}