From b574dcb83fcf2e844a0fb8d4368dded1ac7f8fc2 Mon Sep 17 00:00:00 2001 From: Joel Hock Date: Tue, 19 Dec 2017 00:27:15 -0600 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba41bf0e..163b362e 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,14 @@ can add the flags to a file called `.cquery` located in the top-level workspace directory. Each argument in that file is separated by a newline. Lines starting with `#` -are skipped. Here's an example: +are skipped. The first line can optionally be the path to the intended compiler, +which can help if the standard library paths are relative to the binary. +Here's an example: ``` +# Driver +/usr/bin/clang++-4.0 + # Language -xc++ -std=c++11