1 # SPDX-License-Identifier: BSD-3-Clause
3 # Copyright (c) 2016-2018 Solarflare Communications Inc.
6 # This software was jointly developed between OKTET Labs (under contract
7 # for Solarflare) and Solarflare Communications, Inc.
9 if arch_subdir != 'x86'
13 allow_experimental_apis = true
17 # Strict-aliasing rules are violated by rte_eth_link to uint64_t casts
18 extra_flags += '-Wno-strict-aliasing'
20 # Enable more warnings
23 '-Wdisabled-optimization'
26 # Compiler and version dependent flags
33 foreach flag: extra_flags
34 if cc.has_argument(flag)
60 includes += include_directories('base')