/INCREMENTAL linker option specified needs more arguments
---------------------------------------------------------
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
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]