Update readme with compiler spec

This commit is contained in:
Joey Yakimowich-Payne 2018-06-16 15:17:51 +09:00
commit f275bc0e35

View file

@ -73,6 +73,10 @@ _[n.global]_
```filter``` = string to identify and recurse into library .h files in #include statements and exclude standard headers
```cpp_compiler``` = string to specify a CPP compiler executable. [default: g++]
```c_compiler``` = string to specify a C compiler executable. [default: gcc]
_[n.include]_
List of all directories, one per line, to include in the search path. This is used by:-