From: Florent Kermarrec Date: Thu, 10 Jan 2019 15:03:09 +0000 (+0100) Subject: build/sim: disable Warning-WIDTH X-Git-Tag: 24jan2021_ls180~1412 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f132012de18932db9a14dce667891d7874336ccc;p=litex.git build/sim: disable Warning-WIDTH --- diff --git a/litex/build/sim/core/Makefile b/litex/build/sim/core/Makefile index 3a612124..a9604929 100644 --- a/litex/build/sim/core/Makefile +++ b/litex/build/sim/core/Makefile @@ -34,7 +34,8 @@ sim: mkdir $(OBJS_SIM) -LDFLAGS "$(LDFLAGS)" \ --trace \ $(if $(COVERAGE), --coverage,) \ - $(INC_DIR) + $(INC_DIR) \ + -Wno-WIDTH make -j -C $(OBJ_DIR) -f Vdut.mk Vdut .PHONY: modules