Skip to content

Commit fd0689e

Browse files
committed
Remove -Werror from Makefile
1 parent 1af63d1 commit fd0689e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ INCDIR ?= $(PREFIX)/include
77

88
RTE_SDK ?= /usr/
99

10-
CFLAGS += -std=gnu99 -O3 -g -Wall -Werror -I. -Iinclude/ -march=native -fno-omit-frame-pointer
10+
CFLAGS += -std=gnu99 -O3 -g -Wall -I. -Iinclude/ -march=native -fno-omit-frame-pointer
1111
LDFLAGS += -pthread -g
1212

1313
RTE_SDK ?= $(HOME)/dpdk/x86_64-native-linuxapp-gcc

0 commit comments

Comments
 (0)