Skip to content

Commit 0882279

Browse files
committed
Disable SEA
1 parent e5c0566 commit 0882279

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common.gypi

+5
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
'node/deps/v8/include',
9292
],
9393
'target_conditions': [
94+
['_target_name=="libnode"', {
95+
'defines': [
96+
'DISABLE_SINGLE_EXECUTABLE_APPLICATION',
97+
],
98+
}],
9499
['_target_name=="libnode" and OS=="win"', {
95100
# Force loading all objects of node, otherwise some built-in modules
96101
# won't load.

0 commit comments

Comments
 (0)