Skip to content

Commit ef7dd3c

Browse files
authored
Merge pull request #147 from foss-for-synopsys-dwc-arc-processors/rm_werr
Remove -Werr to build package
2 parents 89f2817 + a90cc0c commit ef7dd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/make/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ LIBRARY_DIR ?= ../../bin
6565
OUT_NAME ?= libmli
6666
BUILD_DIR ?= ../../obj
6767
GEN_DIR ?= ../gen
68-
CFLAGS += -Xdsp_ctrl=postshift,guard,convergent -Hnocopyr -Hfxapi -Hpurge -Hsdata0 -Hdense_prologue -Wall -Werror
68+
CFLAGS += -Xdsp_ctrl=postshift,guard,convergent -Hnocopyr -Hfxapi -Hpurge -Hsdata0 -Hdense_prologue -Wall
6969

7070
vpath %.py $(GEN_DIR)
7171
vpath %.txt $(GEN_DIR)

0 commit comments

Comments
 (0)