Skip to content

Commit aec39d5

Browse files
authored
Merge pull request #3475 from martin-cs/fix/document-backtrace-option-in-makefile
Document the flag needed for function names in stack backtraces.
2 parents 3e7cd4a + 57e8cc6 commit aec39d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/config.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ endif
1212
#CXXFLAGS += -O2 -DNDEBUG
1313
#CXXFLAGS += -O0 -g
1414

15+
# With GCC this adds function names in stack backtraces
16+
#LINKFLAGS="-rdynamic"
17+
1518
# If GLPK is available; this is used by goto-instrument and musketeer.
1619
#LIB_GLPK = -lglpk
1720

0 commit comments

Comments
 (0)