Skip to content

Commit 8256997

Browse files
author
Florian Brandner
committed
otawa: support parallel build
1 parent 3b848f8 commit 8256997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ function build_otawa() {
790790
run git submodule update --init
791791

792792
# do not use run here, since the otawa build script offers similar functions
793-
run misc/build.sh ${buildopt}
793+
run misc/build.sh $MAKEJ ${buildopt}
794794

795795
run popd > /dev/null
796796
}

0 commit comments

Comments
 (0)