From 9820035998dea3dbcfd4be0e46a0d56a0e8ed53e Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Sun, 7 Aug 2016 16:31:43 -0600 Subject: [PATCH] Whitespace change to trigger appveyor. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af13fec..8c495cc3 100644 --- a/README.md +++ b/README.md @@ -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.