Whitespace change to trigger appveyor.

This commit is contained in:
Eric Fiselier 2016-08-07 16:31:43 -06:00
parent 1b57a2ad05
commit 9820035998

View File

@ -541,4 +541,6 @@ cmake -DCMAKE_BUILD_TYPE=Release -DBENCHMARK_ENABLE_LTO=true
```
## Linking against the library
When using gcc, it is necessary to link against pthread to avoid runtime exceptions. This is due to how gcc implements std::thread. See [issue #67](https://github.com/google/benchmark/issues/67) for more details.
When using gcc, it is necessary to link against pthread to avoid runtime
exceptions. This is due to how gcc implements std::thread.
See [issue #67](https://github.com/google/benchmark/issues/67) for more details.