Skip to content

Commit

Permalink
Add note about not using parallel builds
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Walker <robert.walker@arm.com>
  • Loading branch information
rwalkr committed Aug 8, 2018
1 parent 6ada69d commit 77802b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ dependencies, and:

aclocal -I .; autoheader; autoconf; automake --add-missing -c
./configure # or --with-llvm=$(which llvm-config-5.0)
make -j$(nproc)
make

(Note: do not use the '-j' (parallel build) option of make. The configure scripts
for the sub-projects fail if run in parallel)

Usage:
./create_gcov --binary=BINARY --profile=PERF_PROFILE --gcov=OUTPUT
Expand Down

0 comments on commit 77802b8

Please sign in to comment.