You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Senaka Fernando (JIRA)" <ji...@apache.org> on 2008/01/30 12:43:35 UTC

[jira] Assigned: (AXIS2C-853) /INCREMENTAL linker option not required

     [ https://issues.apache.org/jira/browse/AXIS2C-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Senaka Fernando reassigned AXIS2C-853:
--------------------------------------

    Assignee: Senaka Fernando

> /INCREMENTAL linker option not required
> ---------------------------------------
>
>                 Key: AXIS2C-853
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-853
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Windows)
>    Affects Versions: 1.2.0
>         Environment: Windows
>            Reporter: Senaka Fernando
>            Assignee: Senaka Fernando
>         Attachments: diff.txt
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org