diff options
Diffstat (limited to 'src/ovs')
-rw-r--r--[-rwxr-xr-x] | src/ovs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ovs/Makefile b/src/ovs/Makefile index 32a7ab00..a67057f5 100755..100644 --- a/src/ovs/Makefile +++ b/src/ovs/Makefile @@ -53,6 +53,7 @@ ifeq ($(DPDK_TARGET),) DPDK_TARGET = x86_64-native-linuxapp-gcc endif CONFIG_CMD += --with-dpdk=$(DPDK_DIR)/$(DPDK_TARGET) +CONFIG_CMD += CFLAGS="-g -O2 -Wno-cast-align" endif # Kernel vs. DPDK |