Skip to content

Commit

Permalink
ios,test: increase test app stack size
Browse files Browse the repository at this point in the history
Increases the iOS test application's main thread stack size to 2MB.
  • Loading branch information
jaimecbernardo committed Nov 5, 2018
1 parent bb4b854 commit 6e361e5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@
);
INFOPLIST_FILE = testnode/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = "-Wl,-stack_size,0x200000";
PRODUCT_BUNDLE_IDENTIFIER = nodejsmobile.test;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -336,6 +337,7 @@
);
INFOPLIST_FILE = testnode/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = "-Wl,-stack_size,0x200000";
PRODUCT_BUNDLE_IDENTIFIER = nodejsmobile.test;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down

0 comments on commit 6e361e5

Please sign in to comment.