Skip to content

Commit d635323

Browse files
committed
comment with removing parallel make
1 parent eb1a5a1 commit d635323

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_ios.sh

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ pushd "$DIR"
6161
check_exit_code $?
6262

6363
# Build the SDK
64+
# using make -j <nprocs> is having some issues where the build hangs
65+
# and continues on pressing return only to stop sometime later.
66+
# Disabling parallel builds for now.
67+
# TODO: Enable parallel builds after finding the reason
6468
make
6569
check_exit_code $?
6670

0 commit comments

Comments
 (0)