mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
Removed -O3 from makefile
This commit is contained in:
parent
0ee74bc566
commit
1b7f28273b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue