Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Side by Side Diff: webrtc/build/ios/rtc_override_visibility.diff

Issue 2391123002: Add iOS static library GN build script. (Closed)
Patch Set: Remove commented line Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
2 index 4bbc34f..c53822a 100644
3 --- a/build/config/compiler/BUILD.gn
4 +++ b/build/config/compiler/BUILD.gn
5 @@ -176,7 +176,7 @@ config("compiler") {
6 # Not exporting C++ inline functions can generally be applied anywhere
7 # so we do so here. Normal function visibility is controlled by
8 # //build/config/gcc:symbol_visibility_hidden.
9 - "-fvisibility-inlines-hidden",
10 +# "-fvisibility-inlines-hidden",
11 ]
12
13 # Stack protection.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698