We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6ecda commit d54a476Copy full SHA for d54a476
Makefile
@@ -43,9 +43,7 @@ ifdef FILESDIR
43
override CPPFLAGS+=-DFILESDIR=\"$(FILESDIR)\"
44
endif
45
46
-ifndef RDYNAMIC
47
- RDYNAMIC=-rdynamic
48
-endif
+RDYNAMIC?=-rdynamic
49
50
# Set the CPPCHK_GLIBCXX_DEBUG flag. This flag is not used in release Makefiles.
51
# The _GLIBCXX_DEBUG define doesn't work in Cygwin or other Win32 systems.
0 commit comments