Removed -O3 from makefile

This commit is contained in:
felsabbagh3 2019-10-27 20:34:32 -04:00
parent 0ee74bc566
commit 1b7f28273b

View file

@ -95,7 +95,7 @@ LOG=
# vlib
comp:
vlog -O0 $(OPT) -work $(LIB) $(SRC)
vlog $(OPT) -work $(LIB) $(SRC)
# vlog -O0 -dpiheader vortex_dpi.h $(OPT) -work $(LIB) $(SRC)