diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules.Darwin | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/config/Make.rules.Darwin b/cpp/config/Make.rules.Darwin index c0205611727..de9c2fc8f93 100644 --- a/cpp/config/Make.rules.Darwin +++ b/cpp/config/Make.rules.Darwin @@ -52,10 +52,6 @@ ifeq ($(RPATH_DIR),) endif LDPLATFORMFLAGS = -Wl,-rpath,$(RPATH_DIR) -ifeq ($(CXX),g++) - LDPLATFORMFLAGS += -rdynamic -endif - mklib = libtool -static -o $(1) $(2) mkshlib = $(CXX) -dynamiclib $(LDFLAGS) -o $(1) -install_name @rpath/$(2) $(3) $(4) |