31a8de10e8
Fixes CVE-2022-35252 Change-Id: I549240f6ae31ae94f925422517cd03ef2e3b5732 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140411 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
11 lines
428 B
Text
11 lines
428 B
Text
--- winbuild/MakefileBuild.vc
|
|
+++ winbuild/MakefileBuild.vc
|
|
@@ -52,7 +52,7 @@
|
|
!ELSE
|
|
CC_NODEBUG = $(CC) /O2 /DNDEBUG
|
|
CC_DEBUG = $(CC) /Od /D_DEBUG /RTC1 /Z7 /LDd
|
|
-CFLAGS = /I. /I ../lib /I../include /nologo /W4 /EHsc /DWIN32 /FD /c /DBUILDING_LIBCURL $(SOLARINC)
|
|
+CFLAGS = /I. /I ../lib /I../include /nologo /W4 /EHsc /DWIN32 /c /DBUILDING_LIBCURL $(SOLARINC)
|
|
!ENDIF
|
|
|
|
LFLAGS = /nologo /machine:$(MACHINE)
|