mirror of
https://github.com/google/benchmark.git
synced 2025-01-27 04:10:16 +08:00
Whitespace change to trigger appveyor.
This commit is contained in:
parent
1b57a2ad05
commit
9820035998
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user