We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af63d1 commit fd0689eCopy full SHA for fd0689e
Makefile
@@ -7,7 +7,7 @@ INCDIR ?= $(PREFIX)/include
7
8
RTE_SDK ?= /usr/
9
10
-CFLAGS += -std=gnu99 -O3 -g -Wall -Werror -I. -Iinclude/ -march=native -fno-omit-frame-pointer
+CFLAGS += -std=gnu99 -O3 -g -Wall -I. -Iinclude/ -march=native -fno-omit-frame-pointer
11
LDFLAGS += -pthread -g
12
13
RTE_SDK ?= $(HOME)/dpdk/x86_64-native-linuxapp-gcc
0 commit comments