mirror of
https://github.com/nodejs/node.git
synced 2025-05-09 17:22:44 +00:00

Remove the command line flag that was needed for N-API module loading. Re: https://github.com/nodejs/vm/issues/9 PR-URL: https://github.com/nodejs/node/pull/14902 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Hitesh Kanwathirtha <digitalinfinity@gmail.com>
13 lines
200 B
Python
13 lines
200 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "test_warning",
|
|
"sources": [ "test_warning.c" ]
|
|
},
|
|
{
|
|
"target_name": "test_warning2",
|
|
"sources": [ "test_warning2.c" ]
|
|
}
|
|
]
|
|
}
|