mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/sim: disable Warning-WIDTH
This commit is contained in:
parent
7c67bac723
commit
f132012de1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue