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 c2bd13e commit 5f6ecdaCopy full SHA for 5f6ecda
Makefile
@@ -43,7 +43,10 @@ ifdef FILESDIR
43
override CPPFLAGS+=-DFILESDIR=\"$(FILESDIR)\"
44
endif
45
46
-RDYNAMIC=-rdynamic
+ifndef RDYNAMIC
47
+ RDYNAMIC=-rdynamic
48
+endif
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.
52
ifndef COMSPEC
0 commit comments