Commit 42c6f57f authored by Copybara-Service's avatar Copybara-Service
Browse files

Merge pull request #4060 from RerEngineer:main

PiperOrigin-RevId: 488456139
Change-Id: I648f3d2c6affadfea27214a6a22cacc576971cef
parents 912db742 148ab827
...@@ -186,9 +186,9 @@ to the compiler flags. ...@@ -186,9 +186,9 @@ to the compiler flags.
Note: while the above steps aren't technically necessary today when using some 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 compilers (e.g. GCC), they may become necessary in the future, if we decide to
improve the speed of loading the library (see improve the speed of loading the library (see
<http://gcc.gnu.org/wiki/Visibility> for details). Therefore you are recommended <https://gcc.gnu.org/wiki/Visibility> for details). Therefore you are
to always add the above flags when using GoogleTest as a shared library. recommended to always add the above flags when using GoogleTest as a shared
Otherwise a future release of GoogleTest may break your build script. library. Otherwise a future release of GoogleTest may break your build script.
### Avoiding Macro Name Clashes ### Avoiding Macro Name Clashes
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment