File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ ifdef FILESDIR
4343 override CPPFLAGS+=-DFILESDIR =\"$(FILESDIR ) \"
4444endif
4545
46- RDYNAMIC =-rdynamic
46+ RDYNAMIC? =-rdynamic
4747# Set the CPPCHK_GLIBCXX_DEBUG flag. This flag is not used in release Makefiles.
4848# The _GLIBCXX_DEBUG define doesn't work in Cygwin or other Win32 systems.
4949ifndef COMSPEC
Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ int main(int argc, char **argv)
621621 << " endif\n\n " ;
622622
623623 // enable backtrac
624- fout << " RDYNAMIC=-rdynamic\n " ;
624+ fout << " RDYNAMIC? =-rdynamic\n " ;
625625
626626 // The _GLIBCXX_DEBUG doesn't work in cygwin or other Win32 systems.
627627 fout << " # Set the CPPCHK_GLIBCXX_DEBUG flag. This flag is not used in release Makefiles.\n "
You can’t perform that action at this time.
0 commit comments