Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-853

/INCREMENTAL linker option not required

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.0
    • None
    • build system (Windows)
    • None
    • Windows

    Description

      The /INCREMENTAL linker option needs an additional argument, YES or NO. With /DEBUG, the default behaviour is /INCREMENTAL:YES, and if what we wanted was incremental linking, we can simply remove that flag. But, if we were trying to stop it, we need to change it (in the makefile) as /INCREMENTAL:NO. This will reduce size of binaries, in a release version. But, since we are adding that option in a debug build, where actually it is necessary to incrementally link, we can simply remove that option.

      Attachments

        1. diff.txt
          0.5 kB
          Senaka Fernando

        Activity

          People

            senakafdo Senaka Fernando
            senakafdo Senaka Fernando
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: