Skip to content

Commit

Permalink
Merge pull request google#4060 from RerEngineer:main
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 488456139
Change-Id: I648f3d2c6affadfea27214a6a22cacc576971cef
  • Loading branch information
copybara-github committed Nov 14, 2022
2 parents 912db74 + 148ab82 commit 42c6f57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions googletest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ 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
<http://gcc.gnu.org/wiki/Visibility> 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.
<https://gcc.gnu.org/wiki/Visibility> 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.

### Avoiding Macro Name Clashes

Expand Down

0 comments on commit 42c6f57

Please sign in to comment.