Skip to content

Commit

Permalink
update to NodeJS 22.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prikolium-cfx committed Oct 30, 2024
1 parent 8154950 commit 9791658
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion node
Submodule node updated 5960 files
29 changes: 16 additions & 13 deletions patches/enable_rtti.patch
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
diff --git forkSrcPrefix/common.gypi forkDstPrefix/common.gypi
index 32a298414b5392f0d083f573f129fdc6dac85cfd..4bfda1278552aaf3364b2c9612e205040eb9e464 100644
--- forkSrcPrefix/common.gypi
+++ forkDstPrefix/common.gypi
@@ -489,7 +489,7 @@
}],
[ 'OS in "linux freebsd openbsd solaris android aix os400 cloudabi"', {
'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ],
- 'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=gnu++17' ],
+ 'cflags_cc': [ '-fno-exceptions', '-std=gnu++20' ],
'defines': [ '__STDC_FORMAT_MACROS' ],
'ldflags': [ '-rdynamic' ],
'target_conditions': [
diff --git forkSrcPrefix/tools/v8_gypfiles/features.gypi forkDstPrefix/tools/v8_gypfiles/features.gypi
index 6e21dac6d70ede1f6dbd6a525fb9f111d6c2eb96..bbe0a0b033f1c48119a5e73874b8d17df9e292a9 100644
--- forkSrcPrefix/tools/v8_gypfiles/features.gypi
Expand All @@ -25,3 +12,19 @@ index 6e21dac6d70ede1f6dbd6a525fb9f111d6c2eb96..bbe0a0b033f1c48119a5e73874b8d17d
},

'target_defaults': {
diff --git forkSrcPrefix/common.gypi forkDstPrefix/common.gypi
index de83a566724a36fff8b0c4ca9ba7e151a8c39f54..e1ccc53bdc0b83fd225354c1551fda8a66c57099 100644
--- forkSrcPrefix/common.gypi
+++ forkDstPrefix/common.gypi
@@ -490,10 +490,9 @@
[ 'OS in "linux freebsd openbsd solaris android aix os400 cloudabi"', {
'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ],
'cflags_cc': [
- '-fno-rtti',
'-fno-exceptions',
'-fno-strict-aliasing',
- '-std=gnu++17',
+ '-std=gnu++20',
],
'defines': [ '__STDC_FORMAT_MACROS' ],
'ldflags': [ '-rdynamic' ],

0 comments on commit 9791658

Please sign in to comment.