event/octeontx2: relax memory requirement for timers
[dpdk.git] / drivers / net / sfc / meson.build
index e675609..8c54f9d 100644 (file)
@@ -8,6 +8,7 @@
 
 if arch_subdir != 'x86' or not dpdk_conf.get('RTE_ARCH_64')
        build = false
+       reason = 'only supported on x86_64'
 endif
 
 allow_experimental_apis = true
@@ -19,14 +20,12 @@ extra_flags += '-Wno-strict-aliasing'
 
 # Enable more warnings
 extra_flags += [
-       '-Wextra',
        '-Wdisabled-optimization'
 ]
 
 # Compiler and version dependent flags
 extra_flags += [
        '-Waggregate-return',
-       '-Wnested-externs',
        '-Wbad-function-cast'
 ]