浏览代码

scons: Remove redundant code.

-fvisibility=hidden is already elsewhere for the whole tree.
tags/mesa-9.2-rc1
José Fonseca 12 年前
父节点
当前提交
45a60e2e7a
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      src/gallium/drivers/svga/SConscript

+ 0
- 3
src/gallium/drivers/svga/SConscript 查看文件

@@ -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',

正在加载...
取消
保存