.g

Fangrui Song 2018-08-09 10:12:20 -07:00
parent e78dee6399
commit d03520ee7c

@ -31,6 +31,8 @@ Additional notes: If your `libstdc++` is too old (no C++17 header files) or have
* Linux with newer libstdc++ and clang>=6: `cmake -H. -BRelease -DUSE_SHARED_LLVM=on`
* Linux with `gcc < 7` but `clang >= 5`, `cmake -H. -BRelease -DCMAKE_CXX_COMPILER=clang++`
Debian: `apt install zlib1g-dev`
`-DUSE_SHARED_LLVM=on` (optional) makes linked executable smaller.
### Setup your editor