Skip to content

Commit c1f7aca

Browse files
authored
fix(NODE-6108): allow building from source on latest Node.js 20.x (#172)
1 parent 4a7c656 commit c1f7aca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kerberos.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#define NAPI_VERSION 6
88
// as an experimental feature (that has not been changed since then).
99
#define NAPI_EXPERIMENTAL
10+
#define NODE_API_EXPERIMENTAL_NOGC_ENV_OPT_OUT
1011

1112
#include <napi.h>
1213
#include "kerberos_common.h"

0 commit comments

Comments
 (0)