Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/libxslt/win32/Makefile.msvc

Issue 1848793005: Roll libxslt to 891681e3e948f31732229f53cb6db7215f740fc7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxslt/missing ('k') | third_party/libxslt/win32/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/win32/Makefile.msvc
diff --git a/third_party/libxslt/win32/Makefile.msvc b/third_party/libxslt/win32/Makefile.msvc
index 54e8e23f0d1fa3e4237438ea8bf85e2809ca2c7d..23a02d277d5e098a027e1c750597a2ea860478c3 100644
--- a/third_party/libxslt/win32/Makefile.msvc
+++ b/third_party/libxslt/win32/Makefile.msvc
@@ -71,7 +71,6 @@ CFLAGS = $(CFLAGS) /D "_DEBUG" /Od /Z7
LDFLAGS = $(LDFLAGS) /DEBUG
!else
CFLAGS = $(CFLAGS) /D "NDEBUG" /O2
-LDFLAGS = $(LDFLAGS) /OPT:NOWIN98
!endif
# Libxslt object files.
« no previous file with comments | « third_party/libxslt/missing ('k') | third_party/libxslt/win32/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698