Skip to content

Commit

Permalink
added -Wl,--enable-runtime-pseudo-reloc
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5690 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Aug 11, 2006
1 parent 071bbc5 commit 085284a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/delimitedtext/Makefile.win
Expand Up @@ -15,6 +15,7 @@ $(PROVIDER): $(OBJECTS)
$(CXX) -shared -o $@ \
-Wl,--export-all-symbols \
-Wl,--enable-auto-import \
-Wl,--enable-runtime-pseudo-reloc \
-Wl,--whole-archive delimitedtextprovider_la-qgsdelimitedtextprovider.o \
-Wl,--no-whole-archive \
$(CORE_DLL) $(GUI_DLL) $(CORE_DLL) \
Expand Down

0 comments on commit 085284a

Please sign in to comment.