diff options
Diffstat (limited to 'examples/service_cores')
-rw-r--r-- | examples/service_cores/Makefile | 3 | ||||
-rw-r--r-- | examples/service_cores/meson.build | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/examples/service_cores/Makefile b/examples/service_cores/Makefile index 3156e35d..a4d6b7b4 100644 --- a/examples/service_cores/Makefile +++ b/examples/service_cores/Makefile @@ -23,8 +23,6 @@ CFLAGS += -O3 $(shell pkg-config --cflags libdpdk) LDFLAGS_SHARED = $(shell pkg-config --libs libdpdk) LDFLAGS_STATIC = -Wl,-Bstatic $(shell pkg-config --static --libs libdpdk) -CFLAGS += -DALLOW_EXPERIMENTAL_API - build/$(APP)-shared: $(SRCS-y) Makefile $(PC_FILE) | build $(CC) $(CFLAGS) $(SRCS-y) -o $@ $(LDFLAGS) $(LDFLAGS_SHARED) @@ -50,7 +48,6 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc include $(RTE_SDK)/mk/rte.vars.mk -CFLAGS += -DALLOW_EXPERIMENTAL_API CFLAGS += $(WERROR_FLAGS) # workaround for a gcc bug with noreturn attribute diff --git a/examples/service_cores/meson.build b/examples/service_cores/meson.build index 2b0a2503..c34e11e3 100644 --- a/examples/service_cores/meson.build +++ b/examples/service_cores/meson.build @@ -6,7 +6,6 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' -allow_experimental_apis = true sources = files( 'main.c' ) |