Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-1272

Option to disable dSYM generation

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Invalid
    • P2: Important
    • None
    • 1.10.0
    • Toolchains: GCC
    • None

    Description

      An incremental build and link for a project of mine takes 1-3 seconds, but generating a dSYM takes 60 seconds, which makes qbs not usable for debug-build-run iteration.  I had to comment out line 1175 from share/qbs/modules/cpp/gcc.js to disable it.  It would be nice if there was a module property to toggle it or some other means. I believe CMake (xcode generation) and XCode give you that choice (ie. dwarf or dwarf-with-dsym).  Thanks.

      1174 cmd.description = "generating dSYM for " + product.name;
      1175 //commands.push(cmd);
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jakepetroules Jake Petroules (DO NOT ASSIGN ISSUES)
            remik Remik Ziemlinski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes