-----Original Message----- From: Shachar Shemesh [mailto:sun@consumer.org.il] Sent: Tuesday, June 11, 2002 10:51 PM To: wine-devel@winehq.com Subject: O2 compilation option
Hi all,
I found that using the default ./configure options, the Makefiles are generated with "-g -O2" compilation options. This combination doesn't make sense to me, as what use are debug options if I cannot trace execution in a debugger.
info gcc
Basically it may do some weird stuff but it is usable
Bill