Skip to content

Commit 817e01b

Browse files
author
rblazek
committed
added -Wl,--enable-runtime-pseudo-reloc
git-svn-id: http://svn.osgeo.org/qgis/trunk@5688 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 12a9850 commit 817e01b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/ogr/Makefile.win

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $(PROVIDER): $(OBJECTS)
1616
-Wl,--export-all-symbols \
1717
-Wl,--enable-auto-import \
1818
-Wl,--whole-archive ogrprovider_la-qgsogrprovider.o \
19+
-Wl,--enable-runtime-pseudo-reloc \
1920
-Wl,--no-whole-archive \
2021
$(CORE_DLL) $(GUI_DLL) $(CORE_DLL) \
2122
$(RASTER_DLL) $(PROJSEL_DLL) $(LEGEND_DLL) \

0 commit comments

Comments
 (0)