mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-23 15:42:32 +00:00
Merge branch 'YosysHQ:main' into main
This commit is contained in:
commit
3bec45a1ee
2 changed files with 5 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -425,6 +425,10 @@ ifeq ($(DISABLE_ABC_THREADS),1)
|
|||
ABCMKARGS += "ABC_USE_NO_PTHREADS=1"
|
||||
endif
|
||||
|
||||
ifeq ($(LINK_ABC),1)
|
||||
ABCMKARGS += "ABC_USE_PIC=1"
|
||||
endif
|
||||
|
||||
ifeq ($(DISABLE_SPAWN),1)
|
||||
CXXFLAGS += -DYOSYS_DISABLE_SPAWN
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue