Skip to content

Commit 085284a

Browse files
author
rblazek
committed
added -Wl,--enable-runtime-pseudo-reloc
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5690 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 071bbc5 commit 085284a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/delimitedtext/Makefile.win

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ $(PROVIDER): $(OBJECTS)
1515
$(CXX) -shared -o $@ \
1616
-Wl,--export-all-symbols \
1717
-Wl,--enable-auto-import \
18+
-Wl,--enable-runtime-pseudo-reloc \
1819
-Wl,--whole-archive delimitedtextprovider_la-qgsdelimitedtextprovider.o \
1920
-Wl,--no-whole-archive \
2021
$(CORE_DLL) $(GUI_DLL) $(CORE_DLL) \

0 commit comments

Comments
 (0)