From: Viktor Szakats Date: Thu, 30 Jun 2022 08:14:29 +0000 (+0000) Subject: Makefile.m32: do not set the libcurl.rc debug flag [ci skip] X-Git-Tag: curl-7_85_0~219 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7f53b749301df5fdc9c47a614a7e831af928709;p=thirdparty%2Fcurl.git Makefile.m32: do not set the libcurl.rc debug flag [ci skip] Delete `-DDEBUGBUILD=0` windres option. This was likely meant to disable VS_FF_DEBUG in FILEFLAGS, but any assigned value enabled it instead. Delete this unnecessary option and thus sync up with how CMake compiles libcurl.rc by default. Reviewed-by: Jay Satiro Closes #9069 --- diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 1987b237e5..bf8d1b400a 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -115,7 +115,7 @@ LDFLAGS = $(CURL_LDFLAG_EXTRAS) $(CURL_LDFLAG_EXTRAS_DLL) AR = $(CURL_AR) RANLIB = $(CURL_RANLIB) RC = $(CROSSPREFIX)windres -RCFLAGS = --include-dir=$(PROOT)/include -DDEBUGBUILD=0 -O coff +RCFLAGS = --include-dir=$(PROOT)/include -O coff STRIP = $(CROSSPREFIX)strip -g # Set environment var ARCH to your architecture to override autodetection.