File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,9 +186,9 @@ to the compiler flags.
186186Note: while the above steps aren't technically necessary today when using some
187187compilers (e.g. GCC), they may become necessary in the future, if we decide to
188188improve the speed of loading the library (see
189- < http ://gcc.gnu.org/wiki/Visibility> for details). Therefore you are recommended
190- to always add the above flags when using GoogleTest as a shared library.
191- Otherwise a future release of GoogleTest may break your build script.
189+ < https ://gcc.gnu.org/wiki/Visibility> for details). Therefore you are
190+ recommended to always add the above flags when using GoogleTest as a shared
191+ library. Otherwise a future release of GoogleTest may break your build script.
192192
193193### Avoiding Macro Name Clashes
194194
You can’t perform that action at this time.
0 commit comments