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

Senaka Fernando resolved AXIS2C-853.
------------------------------------

    Resolution: Fixed

Resolved. The basis of the fix can be found at [1].

[1] http://msdn2.microsoft.com/en-us/library/4khtbfyf.aspx

Regards,
Senaka

> /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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to