[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3876: Specify the linker flags we need for Qt to build .pdb files (vidalia/branches/breakpad)



Author: edmanm
Date: 2009-06-21 14:15:09 -0400 (Sun, 21 Jun 2009)
New Revision: 3876

Modified:
   vidalia/branches/breakpad/README.breakpad
Log:

Specify the linker flags we need for Qt to build .pdb files for the release
libraries as well.


Modified: vidalia/branches/breakpad/README.breakpad
===================================================================
--- vidalia/branches/breakpad/README.breakpad	2009-06-21 05:55:35 UTC (rev 3875)
+++ vidalia/branches/breakpad/README.breakpad	2009-06-21 18:15:09 UTC (rev 3876)
@@ -34,9 +34,15 @@
  
            QMAKE_CFLAGS_RELEASE    = -Zi -O2 -MD -GL
 
+       You also need to add "/DEBUG /OPT:REF /OPT:ICF" to the list of linker
+       flags in QMAKE_LFLAGS_RELEASE. The resulting line should look like the
+       following:
+
+           QMAKE_LFLAGS_RELEASE    = /DEBUG /OPT:REF /OPT:ICF /INCREMENTAL:NO /LTCG
   
-       Different Visual Studio mkspecs may look slightly different. Save your
-       changes to qmake.conf after you're done.
+       Different Visual Studio mkspecs may look slightly different and have
+       different sets of default flags. Save your changes to qmake.conf after
+       you're done.
 
   1.6. Configure the Qt source for a Visual Studio build, along with whatever
        other options you want (e.g., OpenSSL support). As an example, I used