mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 08:23:19 +00:00
source_location: Auto detect library
Drop `ENABLE_SOURCE_LOCATION` flag.
This commit is contained in:
parent
4722b07485
commit
534163cf4b
2 changed files with 9 additions and 7 deletions
4
Makefile
4
Makefile
|
@ -532,10 +532,6 @@ LIBS_VERIFIC += -Wl,--whole-archive $(patsubst %,$(VERIFIC_DIR)/%/*-linux.a,$(VE
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_SOURCE_LOCATION),1)
|
||||
CXXFLAGS += -DYOSYS_ENABLE_SOURCE_LOCATION
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_COVER),1)
|
||||
CXXFLAGS += -DYOSYS_ENABLE_COVER
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue