We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7a7d6 commit d94c4bbCopy full SHA for d94c4bb
src/providers/delimitedtext/Makefile.win
@@ -15,6 +15,7 @@ $(PROVIDER): $(OBJECTS)
15
$(CXX) -shared -o $@ \
16
-Wl,--export-all-symbols \
17
-Wl,--enable-auto-import \
18
+ -Wl,--enable-runtime-pseudo-reloc \
19
-Wl,--whole-archive delimitedtextprovider_la-qgsdelimitedtextprovider.o \
20
-Wl,--no-whole-archive \
21
$(CORE_DLL) $(GUI_DLL) $(CORE_DLL) \
0 commit comments