-j8 not required

This commit is contained in:
Raymond Li 2020-03-12 10:17:08 -04:00 committed by GitHub
parent 424232f809
commit 565b9ce4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,5 +156,5 @@ AS_HELP_STRING([enabled sanitizers:], [${ax_enabled_sanitizers}])
To compile, run:
cd `pwd` && make -j8
cd `pwd` && make
--------------------------------------------------------------------------------"