mirror of https://github.com/YosysHQ/abc.git
Improving printouts in &gla.
This commit is contained in:
parent
c15137bd3f
commit
9cbd97b5ef
2
Makefile
2
Makefile
|
|
@ -40,7 +40,7 @@ CFLAGS += -Wall -Wno-unused-function -Wno-unused-but-set-variable $(OPTFLAGS)
|
|||
CXXFLAGS += $(CFLAGS)
|
||||
|
||||
#LIBS := -m32 -ldl -rdynamic -lreadline -ltermcap
|
||||
LIBS := -ldl -lreadline
|
||||
LIBS := -ldl -lreadline -lpthread
|
||||
|
||||
SRC :=
|
||||
GARBAGE := core core.* *.stackdump ./tags $(PROG) arch_flags
|
||||
|
|
|
|||
Loading…
Reference in New Issue