diff options
author | Juergen Funk <juergen.funk_ml@cib.de> | 2020-02-07 07:55:59 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-02-07 10:51:21 +0100 |
commit | 127d8c2abcae44869458b39a77f48c93bff8c327 (patch) | |
tree | 1391591f5ed39849ea5741c746d807b7f83c672d /external/libxslt | |
parent | 01bc1dfde8ba8d374698085fabe8b67d4d52c69a (diff) |
libxstl.dll: Reduce code when symboles enabled
Change-Id: I189ac6346758c4accadc6b268c321654ae151752
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88157
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'external/libxslt')
-rw-r--r-- | external/libxslt/libxslt-msvc-sym.patch.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libxslt/libxslt-msvc-sym.patch.2 b/external/libxslt/libxslt-msvc-sym.patch.2 index 34bf1d0c9d1e..e4d4e673f339 100644 --- a/external/libxslt/libxslt-msvc-sym.patch.2 +++ b/external/libxslt/libxslt-msvc-sym.patch.2 @@ -10,7 +10,7 @@ LD = link.exe LDFLAGS = /nologo LDFLAGS = $(LDFLAGS) /LIBPATH:$(BINDIR) /LIBPATH:$(LIBPREFIX) -+LDFLAGS = $(LDFLAGS) /DEBUG ++LDFLAGS = $(LDFLAGS) /DEBUG /OPT:REF LIBS = # The archiver and its options. |