Skip to content

Commit

Permalink
Merge branch 'nodejs-shared-23.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Oct 21, 2024
2 parents 34cac5d + ec62fd2 commit a165238
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR=0
VERSION_MINOR=9
VERSION_PATCH=3
VERSION_PATCH=4
1 change: 1 addition & 0 deletions hnode/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ROOT := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
include $(ROOT)/../build/common.makefile

CFLAGS += -std=c++20 # nodejs >= 23.0.0 requires C++20
CFLAGS += -I/usr/include/node
LDFLAGS += -lnode

Expand Down
2 changes: 1 addition & 1 deletion hnode/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <uv.h>

#define RLIMIT_DEFAULT_CPU (1<<2)
#define RLIMIT_DEFAULT_DATA (1<<26)
#define RLIMIT_DEFAULT_DATA (1<<30)
#define RLIMIT_DEFAULT_NOFILE (1<<5)
#define RLIMIT_DEFAULT_NPROC (1<<11)
#define RLIMIT_DEFAULT_RSS (1<<28)
Expand Down

0 comments on commit a165238

Please sign in to comment.