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 c3684ee commit 8495ae6
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 -lstdc++_libbacktrace
LDFLAGS += -rdynamic -Wl,-export_dynamic -lstdc++exp

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

Expand Down

0 comments on commit 8495ae6

Please sign in to comment.