[TIMOB-19248] Windows: Release/Debug build option for CLI
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2015-07-24T03:40:22.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2015-07-23T11:45:41.000+0000 |
Updated | 2017-03-23T22:37:49.000+0000 |
Description
Currently Titanium CLI for Windows only builds against
Release
. We should have a way to choose either Debug
or Release
.
Attachments
File | Date | Size |
---|---|---|
RelWithDebInfo.png | 2015-07-24T02:57:15.000+0000 | 63527 |
We can easily generate Debug versions of the libs, I think the issue here is about bloating the size of the SDK by basically doubling the shipped libs. Zipped the latest build of the libs is 18 Mb, unzipped it's ~79Mb. Obviously shipping debug libs would roughly double that. Maybe it's just a matter of us switching from "Release" to "RelWithDebInfo" so the debug symbols are included?
This won't be welcomed by users because resulting SDK become huge (1GB). Basically Titanium developer don't need debug symbols because they don't have to debug HAL/TitaniumKit/TitaniumWindows. Closing.
Closing ticket as Won't Fix with reference to the above comments.