Skip to content

Commit

Permalink
Disable SEA
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Jan 6, 2025
1 parent e5c0566 commit 0882279
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@
'node/deps/v8/include',
],
'target_conditions': [
['_target_name=="libnode"', {
'defines': [
'DISABLE_SINGLE_EXECUTABLE_APPLICATION',
],
}],
['_target_name=="libnode" and OS=="win"', {
# Force loading all objects of node, otherwise some built-in modules
# won't load.
Expand Down

0 comments on commit 0882279

Please sign in to comment.