scons: Remove redundant code.

-fvisibility=hidden is already elsewhere for the whole tree.
This commit is contained in:
José Fonseca 2013-04-24 22:00:32 +01:00
parent 8fd0190278
commit 45a60e2e7a
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@ if env['suncc']:
print 'warning: not building svga'
Return()
if env['platform'] in ['linux']:
env.Append(CCFLAGS = ['-fvisibility=hidden'])
if env['gcc']:
env.Append(CPPDEFINES = [
'HAVE_STDINT_H',