/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/ip_fragmentation/meson.build
14 строк
378 B
Andre Muezerie
build: warn on uses of VLA
06 фев 2025, 23:37
06 фев 2025, 23:37
1bf8680
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation # meson file, for building this example as part of a main DPDK build. # # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' allow_experimental_apis = true deps += ['ip_frag', 'lpm'] sources = files( 'main.c', ) cflags += no_wvla_cflag