mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-02 04:27:53 +00:00
Support for backtrace
This commit is contained in:
parent
7c8a325adf
commit
0e82550429
4 changed files with 11 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -64,7 +64,7 @@ SANITIZER =
|
|||
# SANITIZER = cfi
|
||||
|
||||
# Prefer using ENABLE_DEBUG over setting these
|
||||
OPT_LEVEL := -O3
|
||||
OPT_LEVEL := -O3 -g
|
||||
GCC_LTO :=
|
||||
CLANG_LTO := -flto=thin
|
||||
|
||||
|
|
@ -438,6 +438,8 @@ LIBS += -ldl
|
|||
endif
|
||||
endif
|
||||
|
||||
LIBS += -lbfd # SILIMATE: support for backward-cpp
|
||||
|
||||
ifeq ($(ENABLE_GLOB),1)
|
||||
CXXFLAGS += -DYOSYS_ENABLE_GLOB
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue