Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Nov 8, 2024
1 parent 3fbf746 commit 7c18e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ endif

ifeq ($(TESTMODE),ON)
CXXFLAGS += -DTESTMODE=true -D_LIBCPP_DEBUG=0
LDFLAGS += -rdynamic -Wl,-export_dynamic
LDFLAGS += -rdynamic -Wl,-export_dynamic -lstdc++_libbacktrace

CXXFLAGS += -D_GLIBCXX_ASSERTIONS=1 -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_BACKTRACE=1

Expand Down

0 comments on commit 7c18e88

Please sign in to comment.