mirror of
https://github.com/verilator/verilator.git
synced 2025-04-29 12:06:54 +00:00
Internals: Fix VERILATOR_NO_OPT_BUILD, broken in recent commit.
This commit is contained in:
parent
80a269f49a
commit
b02e353ad1
@ -55,7 +55,7 @@ obj_dbg:
|
|||||||
|
|
||||||
opt: ../bin/verilator_bin
|
opt: ../bin/verilator_bin
|
||||||
ifeq ($(VERILATOR_NO_OPT_BUILD),1) # Faster laptop development... One build
|
ifeq ($(VERILATOR_NO_OPT_BUILD),1) # Faster laptop development... One build
|
||||||
../bin/verilator_bin: ../bin ../bin/verilator_bin_dbg
|
../bin/verilator_bin: ../bin/verilator_bin_dbg
|
||||||
-rm -rf $@ $@.exe
|
-rm -rf $@ $@.exe
|
||||||
-cp -p $<$(EXEEXT) $@$(EXEEXT)
|
-cp -p $<$(EXEEXT) $@$(EXEEXT)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user