1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2019 Mellanox Technologies, Ltd
4 if not (is_linux or (is_windows and is_ms_linker))
6 reason = 'only supported on Linux and Windows build with clang'
10 deps += ['hash', 'pci', 'bus_pci', 'net', 'eal', 'kvargs']
23 '-Wno-strict-prototypes',
28 foreach option:cflags_options
29 if cc.has_argument(option)
33 if get_option('buildtype').contains('debug')
34 cflags += [ '-pedantic', '-DPEDANTIC' ]
36 cflags += [ '-UPEDANTIC' ]