Skip printing compile instructions

since make follows configure immediately in the build script that users should be using
This commit is contained in:
Raymond Li 2021-03-30 17:25:02 -04:00 committed by GitHub
parent 4c45ff17c3
commit 73a793d419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -159,9 +159,10 @@ AS_HELP_STRING([is release version:], [${is_release}])
AS_HELP_STRING([enable debug flags:], [${ax_enable_debug}])
AS_HELP_STRING([code coverage:], [${CODE_COVERAGE_ENABLED}])
AS_HELP_STRING([enabled sanitizers:], [${ax_enabled_sanitizers}])
AS_HELP_STRING([enabled sanitizers:], [${ax_enabled_sanitizers}])"
To compile, run:
cd `pwd` && make
--------------------------------------------------------------------------------"
#To compile, run:
#
# cd `pwd` && make
echo \
"--------------------------------------------------------------------------------"