Skip to content

Commit

Permalink
fix: revert branch protection cflag on node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Feb 2, 2024
1 parent ef0b243 commit 2cbd862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/node.v18.19.0.cpp.patch
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ index 08cb3f38e8..6c0d2761ab 100644

'conditions': [
+ ['target_arch=="arm64"', {
+ 'cflags': ['-mbranch-protection=standard'], # Pointer authentication.
+ 'cflags': ['-msign-return-address=all'], # Pointer authentication.
+ }],
['OS in "aix os400"', {
'ldflags': [
Expand Down

0 comments on commit 2cbd862

Please sign in to comment.