2012/8/31 K. Frank: > Following up on some suggestions folks had made earlier on the list, I > modified the relevant win32-g++\qmake.conf file as follows: > > QMAKE_CFLAGS_RELEASE = -O2 -fno-keep-inline-dllexport > QMAKE_CFLAGS_DEBUG = -g -fno-keep-inline-dllexport > > QMAKE_LFLAGS_RELEASE = -Wl,-s,--no-keep-memory,--reduce-memory-overheads > QMAKE_LFLAGS_DEBUG = -Wl,--no-keep-memory,--reduce-memory-overheads > > With these changes, the build worked fine.
Also binutils may be built using the '--large-address-aware' option (as I made) and have no problems ;) -- Regards, niXman ___________________________________________________ Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows: http://sourceforge.net/projects/mingwbuilds/ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
