Author: damjan
Date: Wed Mar  7 00:17:27 2018
New Revision: 1826057

URL: http://svn.apache.org/viewvc?rev=1826057&view=rev
Log:
Use the -bigobj flag to MSVC on AMD64, as some of our C++ files
are too big for the traditional COFF file format.

Patch by: me


Modified:
    openoffice/trunk/main/solenv/inc/wntmscx.mk

Modified: openoffice/trunk/main/solenv/inc/wntmscx.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/inc/wntmscx.mk?rev=1826057&r1=1826056&r2=1826057&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/inc/wntmscx.mk (original)
+++ openoffice/trunk/main/solenv/inc/wntmscx.mk Wed Mar  7 00:17:27 2018
@@ -79,6 +79,10 @@ COMPILE_ECHO_FILE=
 # -wd4251 -wd4275 -wd4290 -wd4675 -wd4786 -wd4800
 CFLAGS+=-Zm500 -Zc:wchar_t- -GR
 
+# main\sal\qa\OStringBuffer\rtl_OStringBuffer.cxx
+# "fatal error C1128: number of sections exceeded object file format limit : 
compile with /bigobj"
+CFLAGS+=-bigobj
+
 # Stack buffer overrun detection.
 CFLAGS+=-GS
 


Reply via email to