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

Unified Diff: main.scons

Issue 160317: linux: unexport as many symbols as possible (Closed)
Patch Set: Created 11 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/icu38_o3d.scons ('k') | plugin/cross/main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: main.scons
diff --git a/main.scons b/main.scons
index d241908d762a0e713289667d7f49a86a40ebe434..27c52f8f2a33525397ef639be9d4821c87dde669 100644
--- a/main.scons
+++ b/main.scons
@@ -684,7 +684,7 @@ linux_env.Append(
['NACL_LINUX', '1'],
'SK_BUILD_FOR_UNIX'
],
- CCFLAGS = ['-Wstrict-aliasing', '-m32'],
+ CCFLAGS = ['-Wstrict-aliasing', '-fvisibility=hidden', '-m32'],
LINKFLAGS = ['-m32'],
LIBS = ['pthread', 'rt', 'dl'],
NACL_HTP_LIBS = ['ssl', 'crypto'],
« no previous file with comments | « base/icu38_o3d.scons ('k') | plugin/cross/main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698