From 9c990a7b1e9a1f888aaf16bd38eb52ba16827582 Mon Sep 17 00:00:00 2001 From: RerEngineer Date: Sat, 12 Nov 2022 15:12:00 +0000 Subject: [PATCH] fixing gcc.gnu domain redirection --- googletest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest/README.md b/googletest/README.md index 3a82b1df..4e76520d 100644 --- a/googletest/README.md +++ b/googletest/README.md @@ -186,7 +186,7 @@ to the compiler flags. Note: while the above steps aren't technically necessary today when using some compilers (e.g. GCC), they may become necessary in the future, if we decide to improve the speed of loading the library (see - for details). Therefore you are recommended + for details). Therefore you are recommended to always add the above flags when using GoogleTest as a shared library. Otherwise a future release of GoogleTest may break your build script.