Skip to content

Commit d54a476

Browse files
soderofirewave
andauthored
Update Makefile
Co-authored-by: Oliver Stöneberg <[email protected]>
1 parent 5f6ecda commit d54a476

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ ifdef FILESDIR
4343
override CPPFLAGS+=-DFILESDIR=\"$(FILESDIR)\"
4444
endif
4545

46-
ifndef RDYNAMIC
47-
RDYNAMIC=-rdynamic
48-
endif
46+
RDYNAMIC?=-rdynamic
4947

5048
# Set the CPPCHK_GLIBCXX_DEBUG flag. This flag is not used in release Makefiles.
5149
# The _GLIBCXX_DEBUG define doesn't work in Cygwin or other Win32 systems.

0 commit comments

Comments
 (0)