From 2badef9d0bdacbe6a7645aad0ed7f5896c5d47f4 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Thu, 20 Apr 2017 17:25:00 +0100 Subject: [PATCH] Be more explicit about using Clang as the compiler as noted in #979. Referring to the ``mk_make.py`` line might lead someone to think they need to modify the ``mk_make.py`` file rather than change the command line invocation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d0d6fe1..f92a5389a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ sudo make install ``` Note by default ``g++`` is used as the C++ compiler if it is available. If you -would prefer to use Clang change the ``mk_make.py`` line to +would prefer to use Clang change the ``mk_make.py`` invocation to: ```bash CXX=clang++ CC=clang python scripts/mk_make.py