1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 static_library("libudis86") {
14 "libudis86/syn-att.c",
15 "libudis86/syn-intel.c",
28 # syn.c doesn't specify a return value when it issues an assertion.
29 cflags = [ "-Wno-return-type" ]
31 configs -= [ "//build/config/compiler:chromium_code" ]
32 configs += [ "//build/config/compiler:no_chromium_code" ]
35 # For UD_ASSERT(!"message");
36 configs -= [ "//build/config/clang:extra_warnings" ]
40 static_library("mach_override") {