3
0
Fork 0
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:
Krystine Sherwin 2025-07-21 10:34:54 +12:00
parent 4722b07485
commit 534163cf4b
No known key found for this signature in database
2 changed files with 9 additions and 7 deletions

View file

@ -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