From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LdYZ6-0003zE-VF for qemu-devel@nongnu.org; Sat, 28 Feb 2009 18:25:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LdYZ3-0003y7-AI for qemu-devel@nongnu.org; Sat, 28 Feb 2009 18:25:51 -0500 Received: from [199.232.76.173] (port=44176 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdYZ3-0003y4-7W for qemu-devel@nongnu.org; Sat, 28 Feb 2009 18:25:49 -0500 Received: from main.gmane.org ([80.91.229.2]:45745 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LdYZ2-0005KS-Sx for qemu-devel@nongnu.org; Sat, 28 Feb 2009 18:25:49 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LdYYu-0001q3-FB for qemu-devel@nongnu.org; Sat, 28 Feb 2009 23:25:40 +0000 Received: from pool-173-50-253-227.ptldor.fios.verizon.net ([173.50.253.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Feb 2009 23:25:40 +0000 Received: from void by pool-173-50-253-227.ptldor.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Feb 2009 23:25:40 +0000 From: "Alex" Date: Sat, 28 Feb 2009 15:25:40 -0800 Message-ID: References: <49A9A69F.6000309@bttr-software.de> Sender: news Subject: [Qemu-devel] Re: Debugging Qemu binary on Win32 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org "Robert Riebisch" wrote in message news:49A9A69F.6000309@bttr-software.de... > Hi! > > How can I debug my Qemu SVN binary on Win32? When I remove flags "-O2" > or "-fomit-frame-pointer" Qemu.exe doesn't build anymore. :-( I've seen this problem with old mingw. GCC4 with all latest mingw libs compiles it with -O0. -- Alex.