Skip to content

Commit

Permalink
Use C++20 in hnode
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Oct 21, 2024
1 parent 34cac5d commit 63a44cc
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 63a44cc

Please sign in to comment.