summaryrefslogtreecommitdiff
path: root/src/third_party/snappy/SConscript
blob: 9a227a385e775d1d9bff30d9e407357b27cbdc4d (plain)
1
2
3
4
5
6
7
8
9
# -*- mode: python -*-

Import("env windows")

if not windows:
    env = env.Clone()
    env.Append(CCFLAGS=['-Wno-sign-compare', '-Wno-unused-function'])

env.Library('snappy', ['snappy.cc', 'snappy-sinksource.cc'])